Difference between revisions of "Terraform resource: aws s3 bucket website configuration"

From wikieduonline
Jump to navigation Jump to search
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<code>[[aws_s3_bucket_website_configuration]]</code> https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_website_configuration
+
* <code>[[aws_s3_bucket_website_configuration]]</code> https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_website_configuration
  
 +
* [[Terraform module]]:<code>[[Terraform module: s3-bucket|s3-bucket]]</code>
  
== Example ==
+
 
 +
[[redirect_all_requests_to]]
 +
 
 +
== Official example ==
 
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_website_configuration
 
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_website_configuration
  
Line 26: Line 30:
 
  }
 
  }
  
 +
Terraform-kubernetes-django example:
 +
* https://github.com/djangoflow/terraform-kubernetes-django/blob/main/modules/aws/storage.tf
  
 
+
== Attributes output reference ==
 
 
Attributes output Reference:
 
 
* <code>[[website_endpoint]]</code>
 
* <code>[[website_endpoint]]</code>
* [[website_domain]]: [[s3-website-eu-west-1]].[[amazonaws.com]]
+
* <code>[[website_domain]]: [[s3-website-eu-west-1]].[[amazonaws.com]]</code>
  
 
== Related ==
 
== Related ==
 
* [[Cloudflare]]
 
* [[Cloudflare]]
 
* <code>[[count.index]]</code>
 
* <code>[[count.index]]</code>
 +
* [[AWS website endpoint]]
 +
* <code>[[aws_s3_bucket_cors_configuration]]</code>
 +
* [[aws_s3_bucket]]
  
 
== See also ==
 
== See also ==
 
* {{tf s3}}
 
* {{tf s3}}
* {{S3}}
 
  
 
[[Category:AWS]]
 
[[Category:AWS]]

Latest revision as of 11:49, 8 March 2024

Advertising: