diff --git a/.gitignore b/.gitignore index 92d672e..13264f6 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ aws/s3/.terraform/providers/registry.terraform.io/hashicorp/aws/5.26.0/linux_amd aws/aws_simple/.terraform/providers/registry.terraform.io/hashicorp/template/2.2.0/linux_amd64/terraform-provider-template_v2.2.0_x4 aws/aws_simple/.terraform/providers/registry.terraform.io/hashicorp/aws/5.26.0/linux_amd64/terraform-provider-aws_v5.26.0_x5 aws/aws_simple/.terraform/terraform.tfstate +aws/example-backend/terraform.tfstate diff --git a/aws/backend/main.tf b/aws/example-backend/main.tf similarity index 100% rename from aws/backend/main.tf rename to aws/example-backend/main.tf