Skip to content

Commit 9432535

Browse files
Igor Kanshyntenthirtyam
Igor Kanshyn
authored andcommitted
corrected formatting and removed unused types, this is based on kubeconfig for AKS feature review
Signed-off-by: Igor Kanshyn <ikanshyn@vmware.com>
1 parent c09f669 commit 9432535

8 files changed

+8
-8
lines changed

examples/resources/mutation_policy/resource_cluster_group_scoped_annotation_mutation_policy.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ resource "tanzu-mission-control_mutation_policy" "cluster_group_annotation_mutat
3030
{
3131
key = "component"
3232
operator = "NotIn"
33-
values = [
33+
values = [
3434
"api-server",
3535
"agent-gateway"
3636
]

examples/resources/mutation_policy/resource_cluster_group_scoped_label_mutation_policy.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ resource "tanzu-mission-control_mutation_policy" "cluster_group_label_mutation_p
3030
{
3131
key = "component"
3232
operator = "NotIn"
33-
values = [
33+
values = [
3434
"api-server",
3535
"agent-gateway"
3636
]

examples/resources/mutation_policy/resource_cluster_group_scoped_pod_security_mutation_policy.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ resource "tanzu-mission-control_mutation_policy" "cluster_group_pod_security_mut
6464
{
6565
key = "component"
6666
operator = "NotIn"
67-
values = [
67+
values = [
6868
"api-server",
6969
"agent-gateway"
7070
]

examples/resources/mutation_policy/resource_cluster_scoped_label_mutation_policy.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ resource "tanzu-mission-control_mutation_policy" "cluster_label_mutation_policy"
3232
{
3333
key = "component"
3434
operator = "NotIn"
35-
values = [
35+
values = [
3636
"api-server",
3737
"agent-gateway"
3838
]

examples/resources/mutation_policy/resource_cluster_scoped_pod_security_mutation_policy.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ resource "tanzu-mission-control_mutation_policy" "cluster_pod_security_mutation_
6666
{
6767
key = "component"
6868
operator = "NotIn"
69-
values = [
69+
values = [
7070
"api-server",
7171
"agent-gateway"
7272
]

examples/resources/mutation_policy/resource_organization_scoped_annotation_mutation_policy.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ resource "tanzu-mission-control_mutation_policy" "org_annotation_mutation_policy
3030
{
3131
key = "component"
3232
operator = "NotIn"
33-
values = [
33+
values = [
3434
"api-server",
3535
"agent-gateway"
3636
]

examples/resources/mutation_policy/resource_organization_scoped_label_mutation_policy.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ resource "tanzu-mission-control_mutation_policy" "org_label_mutation_policy" {
3030
{
3131
key = "component"
3232
operator = "NotIn"
33-
values = [
33+
values = [
3434
"api-server",
3535
"agent-gateway"
3636
]

examples/resources/mutation_policy/resource_organization_scoped_pod_security_mutation_policy.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ resource "tanzu-mission-control_mutation_policy" "org_pod_security_mutation_poli
6464
{
6565
key = "component"
6666
operator = "NotIn"
67-
values = [
67+
values = [
6868
"api-server",
6969
"agent-gateway"
7070
]

0 commit comments

Comments
 (0)