Skip to content

Commit

Permalink
Requested Changes Done
Browse files Browse the repository at this point in the history
  • Loading branch information
adiyaar24 committed May 5, 2023
1 parent 5c5e283 commit 55ab99d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .changelog/509.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
```release-note:enhancement
resources/platform_role_assignments: Make resource_group_identifier , role_identifier and type under principle schema required.
resources/platform_secret_sshkey: Updated the Behaviour of referening the secrets at account,project and org Level . Made Key Field Required in SSH credential of type keyReference
resources/platform_role_assignments: Made resource_group_identifier, role_identifier and type under principle schema required.
resources/platform_secret_sshkey: Updated the Behaviour of referencing the secrets at account, project and org Level. Made Key Field Required in SSH credential of type keyReference
```
4 changes: 2 additions & 2 deletions internal/service/platform/connector/vault_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1038,10 +1038,10 @@ func testOrgResourceConnectorVault_aws_auth(id string, name string, vault_secret
delegate_selectors = ["harness-delegate"]
vault_url = "https://vaultqa.harness.io"
depends_on = [time_sleep.wait_4_seconds]
depends_on = [time_sleep.wait_10_seconds]
}
resource "time_sleep" "wait_4_seconds" {
resource "time_sleep" "wait_10_seconds" {
depends_on = [harness_platform_secret_text.test]
create_duration = "10s"
}
Expand Down

0 comments on commit 55ab99d

Please sign in to comment.