Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(gke-cluster-standard): Add optional CiliumClusterWideNetworkPolicy #2207

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ module "test" {
source = "./fabric/blueprints/cloud-operations/scheduled-asset-inventory-export-bq"
billing_account = "1234-ABCD-1234"
cai_config = {
bq_dataset = "my-dataset"
bq_dataset = "my_dataset"
bq_table = "my_table"
bq_table_overwrite = "true"
target_node = "organization/1234567890"
Expand All @@ -95,7 +95,7 @@ module "test" {
bucket = "my-bucket"
filename = "my-folder/myfile.json"
format = "NEWLINE_DELIMITED_JSON"
bq_dataset = "my-dataset"
bq_dataset = "my_dataset"
bq_table = "my_table"
}
project_create = true
Expand Down
4 changes: 2 additions & 2 deletions blueprints/gke/patterns/autopilot-cluster/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
}
}
}
4 changes: 2 additions & 2 deletions blueprints/gke/patterns/batch/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
}
}
}
4 changes: 2 additions & 2 deletions blueprints/gke/patterns/kafka/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
}
}
}
4 changes: 2 additions & 2 deletions blueprints/gke/patterns/mysql/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
}
}
}
4 changes: 2 additions & 2 deletions blueprints/gke/patterns/redis-cluster/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
}
}
}
4 changes: 2 additions & 2 deletions default-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
}
}
}
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
}
}
}
4 changes: 2 additions & 2 deletions modules/__experimental_deprecated/net-neg/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
}
}
}
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
}
}
}
4 changes: 2 additions & 2 deletions modules/analytics-hub/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
}
}
}
4 changes: 2 additions & 2 deletions modules/api-gateway/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
}
}
}
4 changes: 2 additions & 2 deletions modules/apigee/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
}
}
}
4 changes: 2 additions & 2 deletions modules/artifact-registry/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
}
}
}
12 changes: 6 additions & 6 deletions modules/bigquery-dataset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The access variables are split into `access` and `access_identities` variables,
module "bigquery-dataset" {
source = "./fabric/modules/bigquery-dataset"
project_id = "my-project"
id = "my-dataset"
id = "my_dataset"
access = {
reader-group = { role = "READER", type = "group" }
owner = { role = "OWNER", type = "user" }
Expand All @@ -32,7 +32,7 @@ module "bigquery-dataset" {
reader-group = "[email protected]"
owner = "[email protected]"
project_owners = "projectOwners"
view_1 = "my-project|my-dataset|my-table"
view_1 = "my-project|my_dataset|my-table"
}
}
# tftest modules=1 resources=5 inventory=simple.yaml
Expand All @@ -46,7 +46,7 @@ Access configuration can also be specified via IAM instead of basic roles via th
module "bigquery-dataset" {
source = "./fabric/modules/bigquery-dataset"
project_id = "my-project"
id = "my-dataset"
id = "my_dataset"
iam = {
"roles/bigquery.dataOwner" = ["user:[email protected]"]
}
Expand Down Expand Up @@ -143,7 +143,7 @@ Authorized views can be specified both using the standard `access` options and t
module "bigquery-dataset" {
source = "./fabric/modules/bigquery-dataset"
project_id = "my-project"
id = "my-dataset"
id = "my_dataset"
authorized_views = [
{
project_id = "view_project"
Expand Down Expand Up @@ -176,7 +176,7 @@ Dataset options are set via the `options` variable. all options must be specifie
module "bigquery-dataset" {
source = "./fabric/modules/bigquery-dataset"
project_id = "my-project"
id = "my-dataset"
id = "my_dataset"
options = {
default_table_expiration_ms = 3600000
default_partition_expiration_ms = null
Expand Down Expand Up @@ -227,7 +227,7 @@ locals {
module "bigquery-dataset" {
source = "./fabric/modules/bigquery-dataset"
project_id = "my-project"
id = "my-dataset"
id = "my_dataset"
tables = {
table_a = {
deletion_protection = true
Expand Down
4 changes: 2 additions & 2 deletions modules/bigquery-dataset/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
}
}
}
4 changes: 2 additions & 2 deletions modules/bigtable-instance/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
}
}
}
4 changes: 2 additions & 2 deletions modules/billing-account/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
}
}
}
4 changes: 2 additions & 2 deletions modules/binauthz/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
}
}
}
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
}
}
}
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
}
}
}
4 changes: 2 additions & 2 deletions modules/cloud-config-container/coredns/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
}
}
}
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
}
}
}
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
}
}
}
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
}
}
}
Loading