# partially complete block of code below - will not work in isolation | |
terraform { | |
required_version = ">= 0.12, < 0.13" | |
backend "s3" { | |
bucket = "terrafrom-state-20200929" | |
key = "azure-devops/terraform.tfstate" | |
region = "us-east-2" | |
dynamodb_table = "terraformlocks-mohit-202009292250" | |
encrypt = true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment