Skip to content

Commit

Permalink
fix openstack_dns_zone_v2 naming in wetty
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkcjelli committed Aug 6, 2022
1 parent a90ce75 commit f69cca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/wetty_server/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ resource "openstack_compute_floatingip_associate_v2" "wetty_server" {
instance_id = openstack_compute_instance_v2.wetty_server.id
}

data "openstack_dns_zone_v2" "terraform" {
data "openstack_dns_zone_v2" "dns_domain" {
name = var.dns_domain
}

Expand Down

0 comments on commit f69cca9

Please sign in to comment.