Skip to content

Commit

Permalink
regional subnet count vs ads
Browse files Browse the repository at this point in the history
  • Loading branch information
junior committed Jun 3, 2020
1 parent ca32375 commit 20191b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/complete/terraform/oke.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ resource "oci_containerengine_node_pool" "oke_mushop_node_pool" {

content {
availability_domain = placement_configs.value.name
subnet_id = oci_core_subnet.oke_mushop_subnet.id
subnet_id = oci_core_subnet.oke_mushop_subnet[0].id
}
}
size = var.num_pool_workers
Expand Down

0 comments on commit 20191b2

Please sign in to comment.