Name | Version |
---|---|
terraform | >= 1 |
4.34.0 | |
kubernetes | 2.13.1 |
Name | Version |
---|---|
4.34.0 | |
kubernetes | 2.13.1 |
No modules.
Name | Type |
---|---|
kubernetes_secret.secret | resource |
google_client_config.provider | data source |
google_container_cluster.my_cluster | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
cluster_name | Cluster name | string |
n/a | yes |
namespaces | namespaces where secret will be deployed | set(string) |
n/a | yes |
project | Google Project ID | string |
n/a | yes |
region | Google Region | string |
n/a | yes |
secret_data | key values for secret | map(string) |
n/a | yes |
secret_name | name for secret | string |
n/a | yes |
Name | Description |
---|---|
secret | The created secret |