Skip to content

Commit

Permalink
update variable description
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oehrli committed Oct 14, 2020
1 parent 5ea8ec6 commit 3d7df8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Variables for the configuration of the terraform module, defined in [variables](
| `bastion_bootstrap` | Bootstrap script to provision the bastion host. | | n/a |
| `bastion_dns_registration` | Whether to register the bastion host in DNS zone. | ftrue/false | true |
| `bastion_enabled` | Whether to create the bastion host or not. | true/false | false |
| `bastion_image_id` | A Provide a custom image id for the bastion host or leave as OEL. | OCID | OEL |
| `bastion_image_id` | Provide a custom image id for the bastion host or leave as OEL (Oracle Enterprise Linux). | OCID | OEL |
| `bastion_name` | A Name portion of bastion host. | | bastion |
| `bastion_os_version` | Define the default OS version for Oracle Linux. This is used to identify the default `bastion_image_id` | | 7.8 |
| `bastion_shape` | The shape of bastion instance. | | VM.Standard.E2.1 |
Expand Down
2 changes: 1 addition & 1 deletion examples/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ variable "bastion_name" {
}

variable "bastion_image_id" {
description = "Provide a custom image id for the bastion host or leave as Autonomous."
description = "Provide a custom image id for the bastion host or leave as OEL (Oracle Enterprise Linux)."
default = "OEL"
type = string
}
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ variable "bastion_name" {
}

variable "bastion_image_id" {
description = "Provide a custom image id for the bastion host or leave as Autonomous."
description = "Provide a custom image id for the bastion host or leave as OEL (Oracle Enterprise Linux)."
default = "OEL"
type = string
}
Expand Down

0 comments on commit 3d7df8a

Please sign in to comment.