Answers for "terraform aws modules s3"

0

terraform aws modules s3

module "s3-bucket_example_notification" {
  source  = "terraform-aws-modules/s3-bucket/aws//examples/notification"
  version = "1.15.0"
}
Posted by: Guest on October-21-2020

Browse Popular Code Answers by Language