Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu committed Oct 7, 2022
1 parent cb6e24a commit 255f1f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions terraform-modules/providers/openstack/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,10 @@ data "template_file" "kubeadm_master" {
}

data "openstack_networking_network_v2" "ext_network" {
name = "ext_network"
external = "True"
}

data "openstack_networking_network_v2" "int_network" {
name = "int_network"
external = "False"
}

Expand Down

0 comments on commit 255f1f0

Please sign in to comment.