diff options
Diffstat (limited to 'docs/automation')
| -rw-r--r-- | docs/automation/terraform/terraformAWS.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/automation/terraform/terraformAWS.rst b/docs/automation/terraform/terraformAWS.rst index 057f3513..4bf0a7c9 100644 --- a/docs/automation/terraform/terraformAWS.rst +++ b/docs/automation/terraform/terraformAWS.rst @@ -446,7 +446,7 @@ File contents of Terraform for AWS } variable "host"{ description = "The IP of my Ansible" - type = string + type = string } variable "access" { description = "my access_key for AWS" |
