-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TERRA-102 ⁃ Update docs with example for secure_bundles.url (v2.1.15) #218
Comments
@tringuyen-yw As of v2.1.15, the output "astra_securebundle_dev" {
value = data.astra_secure_connect_bundle_url.securebundle-dev.url
} to this: output "astra_securebundle_dev" {
value = data.astra_secure_connect_bundle_url.securebundle-dev[0].url
} |
@emerkle826 Thanks for the hint about the list syntax output "astra_securebundle_dev" {
value = data.astra_secure_connect_bundle_url.securebundle-dev.secure_bundles[0].url
} This ticket can now be closed. Before you do, can you get the documentation team to update the Terraform provider documentation (link in the Reference section at the bottom of the first post). The doc should give some examples to clarify the syntax. |
@tringuyen-yw Sorry about the typo, you are correct that As for the docs, they are technically correct as they |
Our Terraform builds today broke too due to this unannounced breaking change. @emerkle826 Could the Datastax team please make sure to not introduce breaking changes like these in patch version upgrades of the provider? The correct module version should have been 3.0.0 to make this obvious. Thank you! |
Hi there,
Using datastax/astra provider v2.1.15 The
secure_bundles.url
attribute is not accessible, contrary to the official documentation. See Reference section at the bottom of the ticket.Terraform Version
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Expected Behavior
Should return the strring of the URL to download the bundle. Please note the below code is OK OK with astra provider v2.1.14
Actual Behavior
terraform plan
failed bySteps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform plan
References
Documentation astra_secure_connect_bundle_url (Data Source) states that
the secure_bundles has a nested property
url
String type.┆Issue is synchronized with this Jira Task by Unito
┆Issue Number: TERRA-102
┆Priority: Major
The text was updated successfully, but these errors were encountered: