Skip to content

Commit ff63878

Browse files
Rayna-Yugithub-actions[bot]nourshoreibah
authored
added aws_s3_bucket (#55)
* added aws_s3_bucket * chore: auto-format terraform and update documentation - Auto-formatted .tf files with terraform fmt - Updated README.md with terraform-docs Co-authored-by: Rayna-Yu <[email protected]> --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nour Shoreibah <[email protected]>
1 parent d148307 commit ff63878

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

infrastructure/aws/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ No modules.
2323
| Name | Type |
2424
|------|------|
2525
| [aws_db_instance.branch_rds](https://registry.terraform.io/providers/hashicorp/aws/6.14.1/docs/resources/db_instance) | resource |
26+
| [aws_s3_bucket.reports_bucket](https://registry.terraform.io/providers/hashicorp/aws/6.14.1/docs/resources/s3_bucket) | resource |
2627
| [infisical_secrets.rds_folder](https://registry.terraform.io/providers/infisical/infisical/latest/docs/data-sources/secrets) | data source |
2728

2829
## Inputs

infrastructure/aws/s3.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
resource "aws_s3_bucket" "reports_bucket" {
2+
bucket_prefix = "c4c-branch-generated-reports"
3+
}

0 commit comments

Comments
 (0)