CLI-3429: Add new read-only endpoint_suffix attribute to confluent_network resource & data source #575
+31
−15
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release Notes
New Features
endpoint_suffix
computed attribute toconfluent_network
resource and and corresponding data source.Checklist
Test & Review
section below.Blast Radius
section below.What
Blast Radius
References
Test & Review
WIP
Notes
This PR also updates
confluent_network.go
to use the new SDK versionnetworking/v0.14.0
instead ofnetworking/v0.12.0
.Unfortunately, there were some minor struct changes between
0.14.0
and0.12.0
. Given that0.14.0
is the correct version, we decided to update the client code as well. Our acceptance tests cover both the connection_types and zone_info attributes (these are the attributes with updated SDK structs) as well.