You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this output from terraform plan with the latest version (21.0)
│ Warning: Argument is deprecated
│
│ with module.cloudtrail_s3_bucket.module.s3_bucket.aws_s3_bucket.default[0],
│ on .terraform/modules/cloudtrail_s3_bucket.s3_bucket/main.tf line 1, in resource "aws_s3_bucket" "default":
│ 1: resource "aws_s3_bucket" "default" {
│
│ Use the aws_s3_bucket_versioning resource instead
Expected Behavior
No command deprecation warnings
Steps to Reproduce
Steps to reproduce the behavior:
Configure the module as directed
Perform a terraform plan
Environment (please complete the following information):
Anything that will help us triage the bug will help. Here are some ideas:
OS: OSX
Version: 21.0
The text was updated successfully, but these errors were encountered:
Found a bug? Maybe our Slack Community can help.
Describe the Bug
Getting this output from terraform plan with the latest version (21.0)
│ Warning: Argument is deprecated
│
│ with module.cloudtrail_s3_bucket.module.s3_bucket.aws_s3_bucket.default[0],
│ on .terraform/modules/cloudtrail_s3_bucket.s3_bucket/main.tf line 1, in resource "aws_s3_bucket" "default":
│ 1: resource "aws_s3_bucket" "default" {
│
│ Use the aws_s3_bucket_versioning resource instead
Expected Behavior
No command deprecation warnings
Steps to Reproduce
Steps to reproduce the behavior:
Configure the module as directed
Perform a terraform plan
Environment (please complete the following information):
Anything that will help us triage the bug will help. Here are some ideas:
The text was updated successfully, but these errors were encountered: