Skip to content

Commit 5a8c8b9

Browse files
committed
fix(aws_s3_prompt): modify provider block within s3 prompt
1 parent eb4110a commit 5a8c8b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/template_generators/terraform/aws

app/template_generators/terraform/aws/s3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def IaC_template_generator_s3(input) -> str:
1515
- Define the provider block as follows:
1616
```
1717
provider "aws" {{
18-
host = "us-east-1"
18+
region = "us-east-1"
1919
}}
2020
```
2121
- Defines a module block that references "s3" from a subdirectory within modules.

0 commit comments

Comments
 (0)