Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
w-t-yang authored Dec 9, 2022
1 parent 119d65f commit fb2d25f
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<img src="https://raw.githubusercontent.com/superblocksteam/terraform-google-superblocks/main/assets/logo.png" height="60"/>
</p>
<h1 align="center">
<img src="https://raw.githubusercontent.com/superblocksteam/terraform-google-superblocks/main/assets/logo.png" style="height:60px"/>
</h1>

<h1 align="center">Superblocks Terraform Module - Google</h1>

Expand Down Expand Up @@ -93,10 +93,7 @@ container_max_capacity = "5"
variable "superblocks_agent_environment" {
type = string
default = "*"
description = <<ENVIRONMENT
Use this varible to differentiate Superblocks Agent running environment.
Valid values are "*", "staging" and "production"
ENVIRONMENT
description = "Use this varible to differentiate Superblocks Agent running environment. Valid values are '*', 'staging' and 'production'"
}
variable "superblocks_agent_image" {
Expand Down

0 comments on commit fb2d25f

Please sign in to comment.