Skip to content

Commit 87b2861

Browse files
committed
update docs
Signed-off-by: Jorge Turrado <jorge.turrado@mail.schwarz>
1 parent cfb19de commit 87b2861

2 files changed

Lines changed: 0 additions & 15 deletions

File tree

docs/resources/service_account_federated_identity_provider.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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"

stackit/internal/services/serviceaccount/federated_identity_provider/const.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)