Skip to content

Commit

Permalink
terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Spinelli committed Nov 16, 2023
1 parent 81c0c9b commit 2d24936
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/composer/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

locals {
image = try(split("-", var.software_config.image_version), "")
version = try(split(".", local.image.1), null)
Expand Down
4 changes: 2 additions & 2 deletions modules/composer/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
output "composer-id" {

output "composer-id" {
description = "An identifier for the resource with format projects/{{project}}/locations/{{region}}/environments/{{name}}."
value = google_composer_environment.composer-env.id
}
Expand Down
4 changes: 2 additions & 2 deletions modules/composer/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
terraform {

terraform {
required_version = ">= 1.4.4"
required_providers {
google = {
Expand Down

0 comments on commit 2d24936

Please sign in to comment.