We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I see these warnings on the output of terraform plan...:
terraform plan...
Changes to Outputs: + apiURL = "api.dntest1.cloudpak-bringup.com:6443" + consoleURL = "https://console-openshift-console.apps.dntest1.cloudpak-bringup.com" + infraID = (known after apply) + kubeadmin = (known after apply) ╷ │ Warning: Argument is deprecated │ │ with module.bootstrap.aws_s3_bucket.ignition, │ on bootstrap/main.tf line 20, in resource "aws_s3_bucket" "ignition": │ 20: acl = "private" │ │ Use the aws_s3_bucket_acl resource instead │ │ (and 5 more similar warnings elsewhere)
The fix seems straightforward: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_acl
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I see these warnings on the output of
terraform plan...
:The fix seems straightforward:
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_acl
The text was updated successfully, but these errors were encountered: