Skip to content

Commit

Permalink
Add a newline at end of some tf files
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed May 9, 2024
1 parent 0084b62 commit e4286c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/configuration/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@ output "bastions" {
for host, values in var.inventory: host => values
if contains(values.tags, var.bastion_tag) && contains(values.tags, "public") && (!contains(values.tags, "pool"))
}
}
}
2 changes: 1 addition & 1 deletion openstack/infrastructure.tf
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ locals {
host => merge(module.configuration.inventory[host], {id=openstack_compute_instance_v2.instances[host].id})
if contains(module.configuration.inventory[host].tags, "public")
}
}
}
2 changes: 1 addition & 1 deletion openstack/openstack.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ data "external" "keystone" {
locals {
cloud_provider = "openstack"
cloud_region = data.external.keystone.result.name
}
}

0 comments on commit e4286c2

Please sign in to comment.