Skip to content

Commit c5a7f14

Browse files
author
Daniel Sim-Xien
committed
first commit
0 parents  commit c5a7f14

File tree

5 files changed

+13
-0
lines changed

5 files changed

+13
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
venv
2+
.terraform.lock.hcl
3+
.terraform.tfstate.lock.info
4+
localstack_providers_override.tf
5+
.terraform/

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
3+
Tflocal with Terraform Setup:
4+
https://docs.localstack.cloud/user-guide/integrations/terraform/

main.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
resource "aws_s3_bucket" "test-bucket" {
2+
bucket = "my-bucket"
3+
}

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
terraform-local

terraform.tfstate

Whitespace-only changes.

0 commit comments

Comments
 (0)