Skip to content

Commit

Permalink
updating var
Browse files Browse the repository at this point in the history
  • Loading branch information
manasa-nm committed May 29, 2024
1 parent 7ff06bc commit 71dae6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/boomi-molecule-with-new-vpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ No resources.
| <a name="input_boomi_install_token"></a> [boomi\_install\_token](#input\_boomi\_install\_token) | n/a | `string` | n/a | yes |
| <a name="input_boomi_username"></a> [boomi\_username](#input\_boomi\_username) | n/a | `string` | n/a | yes |
| <a name="input_availability_zones"></a> [availability\_zones](#input\_availability\_zones) | A list of availability zones names | `list` | <pre>[<br> "us-east-2a",<br> "us-east-2b",<br> "us-east-2c"<br>]</pre> | no |
| <a name="input_deployment_name"></a> [deployment\_name](#input\_deployment\_name) | Deployment Name for the boomi terraform deployment. | `string` | `"boomi-eks-blueprint-023"` | no |
| <a name="input_deployment_name"></a> [deployment\_name](#input\_deployment\_name) | Deployment Name for the boomi terraform deployment. | `string` | `"boomi-eks-blueprint-026"` | no |
| <a name="input_region"></a> [region](#input\_region) | n/a | `string` | `"us-east-2"` | no |

## Outputs
Expand Down
2 changes: 1 addition & 1 deletion examples/boomi-molecule-with-new-vpc/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
variable deployment_name {
description = "Deployment Name for the boomi terraform deployment."
type = string
default = "boomi-eks-blueprint-024"
default = "boomi-eks-blueprint-026"
}
variable region {
type = string
Expand Down

0 comments on commit 71dae6a

Please sign in to comment.