Skip to content

Commit

Permalink
Merge pull request #3 from oracle-quickstart/tagging
Browse files Browse the repository at this point in the history
Added defined tags to node_config_details
  • Loading branch information
lfeldman authored Feb 14, 2022
2 parents 47ac440 + c400a4f commit 6365494
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oke.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ resource "oci_containerengine_node_pool" "oci_oke_node_pool" {
subnet_id = var.use_existing_vcn ? var.nodepool_subnet_id : oci_core_subnet.oke_nodepool_subnet[0].id
}
size = var.node_count
defined_tags = var.defined_tags
}

dynamic "node_shape_config" {
Expand Down

0 comments on commit 6365494

Please sign in to comment.