File tree Expand file tree Collapse file tree
stackit/internal/services/serviceaccount/federated_identity_provider Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,11 +24,6 @@ description: |-
2424 operator = "equals"
2525 value = "sts.accounts.stackit.cloud"
2626 },
27- {
28- item = "iss"
29- operator = "equals"
30- value = "https://auth.example.com"
31- },
3227 {
3328 item = "email"
3429 operator = "equals"
@@ -63,11 +58,6 @@ resource "stackit_service_account_federated_identity_provider" "provider" {
6358 operator = "equals"
6459 value = "sts.accounts.stackit.cloud"
6560 },
66- {
67- item = "iss"
68- operator = "equals"
69- value = "https://auth.example.com"
70- },
7161 {
7262 item = "email"
7363 operator = "equals"
Original file line number Diff line number Diff line change @@ -22,11 +22,6 @@ resource "stackit_service_account_federated_identity_provider" "provider" {
2222 operator = "equals"
2323 value = "sts.accounts.stackit.cloud"
2424 },
25- {
26- item = "iss"
27- operator = "equals"
28- value = "https://auth.example.com"
29- },
3025 {
3126 item = "email"
3227 operator = "equals"
You can’t perform that action at this time.
0 commit comments