Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
update generated docs action committed Jul 19, 2024
1 parent a45150d commit 588f12b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/environment_discovery_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ resource "env0_environment_discovery_configuration" "terragrunt_example" {
- `retries_on_destroy` (Number) number of times to retry when destroy fails (between 1 and 3)
- `retry_on_deploy_only_when_matches_regex` (String) retry (on deploy) if error matches the specified regex
- `retry_on_destroy_only_when_matches_regex` (String) retry (on destroy) if error matches the specified regex
- `root_path` (String) start files Glob matching from this folder only
- `ssh_key_id` (String) The ssh key id that will be available during deployment
- `ssh_key_name` (String) The ssh key name that will be available during deployment
- `terraform_version` (String) the Terraform version to use (example: 1.7.4). Setting to `RESOLVE_FROM_TERRAFORM_CODE` defaults to the version of `terraform.required_version` during run-time (resolve from terraform code). Setting to `latest`, the version used will be the most recent one available for Terraform.
Expand Down

0 comments on commit 588f12b

Please sign in to comment.