Skip to content

Commit

Permalink
Update OIDC aws account (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
zentron authored May 9, 2024
1 parent c6da48f commit 09d1941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octopusdeploy/resource_aws_openid_connect_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func resourceAmazonWebServicesOpenIDConnectAccountCreate(ctx context.Context, d
log.Printf("[INFO] creating AWS OIDC account")

client := m.(*client.Client)
createdAccount, err := client.Accounts.Add(account)
createdAccount, err := accounts.Add(client, account)
if err != nil {
return diag.FromErr(err)
}
Expand Down

0 comments on commit 09d1941

Please sign in to comment.