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
Deprecated Resource use aws_s3_object instead of aws_s3_bucket_object
╷
│ Warning: Deprecated Resource
│
│ with module.security_header_lambda.aws_s3_bucket_object.artifact,
│ on .terraform/modules/security_header_lambda/aws_s3_bucket_object_artifact_upload.tf line 5, in resource "aws_s3_bucket_object" "artifact":
│ 5: resource "aws_s3_bucket_object" "artifact" {
│
│ use the aws_s3_object resource instead
│
│ (and one more similar warning elsewhere)
╵
╷
│ Warning: Argument is deprecated
│
│ with module.security_header_lambda.aws_s3_bucket_object.artifact,
│ on .terraform/modules/security_header_lambda/aws_s3_bucket_object_artifact_upload.tf line 7, in resource "aws_s3_bucket_object" "artifact":
│ 7: bucket = data.aws_s3_bucket.artifact_bucket.id
│
│ Use the aws_s3_object resource instead
│
│ (and one more similar warning elsewhere)
0 commit comments