Skip to content

Instantly share code, notes, and snippets.

@snassr
Created October 14, 2023 16:04
Show Gist options
  • Save snassr/e4bde898e87d359d1eb721274b3e2a7d to your computer and use it in GitHub Desktop.
Save snassr/e4bde898e87d359d1eb721274b3e2a7d to your computer and use it in GitHub Desktop.
medium_blog_652A1BBE_awsnetworking_s3.tf
resource "aws_s3_bucket" "awsnetblog-s3b-tf" {
bucket = "awsnetblog-s3b-tf"
tags = {
name = "awsnetblog-s3b-tf"
Descr = "awsnetblog s3 bucket for remote terraform state"
Project = "awsnetblog"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment