Simple Terraform Configuration For nyfanilo.photography
-
Create a file called
backend.tfvars
and fill it with this content:bucket = "<bucket-name>" key = "<tf-state-filename" region = "<region>" encrypt = true
-
Run
terraform init -backend-config=backend.tfvars
- Run
terraform apply