Commit 892ea4dd authored by Thong Kuah's avatar Thong Kuah

Merge branch '238090-add-terraform-state-name-constraints-docs' into 'master'

Docs: Allowed characters for Terraform state names

See merge request gitlab-org/gitlab!42791
parents e98d292b c15d231d
......@@ -82,6 +82,10 @@ local machine, this is a simple way to get started:
-backend-config="retry_wait_min=5"
```
NOTE: **Note:**
The name of your state can contain only uppercase and lowercase letters,
decimal digits, hyphens and underscores.
You can now run `terraform plan` and `terraform apply` as you normally would.
## Get started using GitLab CI
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment