Skip to content

Commit

Permalink
feat(gke-cluster-standard): Add optional `CiliumClusterWideNetworkPol…
Browse files Browse the repository at this point in the history
…icy` (GoogleCloudPlatform#2207)

* feat(gke-cluster-standard): Add optionnal `CiliumClusterWideNetworkPolicy`

Add `CiliumClusterWideNetworkPolicy` option on cluster.

Ref:
 - https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster#enable_cilium_clusterwide_network_policy
 - https://cloud.google.com/kubernetes-engine/docs/how-to/configure-cilium-network-policy

* feat(gke-cluster-standard): Update Google provider to manage new feature

* feat(gke-cluster-standard): Move `cilium_clusterwide_network_policy` to `enable_features` field

* fix(scheduled-asset-inventory-export-bq): Set `dataset_id` with underscores

* fix(bigquery-dataset): Set `dataset_id` with underscores
  • Loading branch information
anthonyhaussman authored Apr 9, 2024
1 parent 9e3a800 commit da2b60c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.18.0, < 6.0.0" # tftest
version = ">= 5.24.0, < 6.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.18.0, < 6.0.0" # tftest
version = ">= 5.24.0, < 6.0.0" # tftest
}
}
}

0 comments on commit da2b60c

Please sign in to comment.