72104/how-to-create-one-s3-bucket-using-terraform
Hi@akhtar,
You can use aws_s3_bucket resources to create one s3 bucket. I have attached one example for your reference.
resource "aws_s3_bucket" "bucketman" { bucket = "nadim72-bucket" acl = "public-read"
Hope this will help.
Hi@akhtar, You can create a folder at the ...READ MORE
Hi@akhtar, You can use aws_key_pair resource n terraform. ...READ MORE
Hi@akhtar, To control the access of the S3 ...READ MORE
Hi@akhtar, There is no resource that enables the ...READ MORE
It can work if you try to put ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Hi, Here for the above mentioned IAM user ...READ MORE
Check if the FTP ports are enabled ...READ MORE
Hi@akhtar, You need to set aws provider name ...READ MORE
Hi@akhtar, You can use aws_s3_bucket_object resource to create one ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.