Skip to content

Commit cd88394

Browse files
committed
Fix dns label
1 parent a489f51 commit cd88394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/devops/tf-env/oke.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module "oke" {
1616
assign_dns = true
1717
create_vcn = true
1818
vcn_cidrs = ["10.22.0.0/16"]
19-
vcn_dns_label = "oke-${random_string.deploy_id.result}"
19+
vcn_dns_label = "oke"
2020
vcn_name = "oke-${random_string.deploy_id.result}-vcn"
2121
lockdown_default_seclist = true
2222
allow_rules_public_lb ={

0 commit comments

Comments
 (0)