s3.tf 106 B

1234
  1. #Magic Machine is dependent on this S3 bucket
  2. data "aws_s3_bucket" "this" {
  3. bucket = "afsxdr-binaries"
  4. }