Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created August 29, 2022 18:32
Show Gist options
  • Select an option

  • Save KyMidd/de5bca8cbeed7e5494adc265635c22a3 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/de5bca8cbeed7e5494adc265635c22a3 to your computer and use it in GitHub Desktop.
resource "aws_s3_bucket_website_configuration" "web_hosting" {
bucket = aws_s3_bucket.s3_bucket.id
index_document {
suffix = "index.html"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment