Skip to content

Commit

Permalink
Chore: deprecate 'external_id' (#598)
Browse files Browse the repository at this point in the history
Co-authored-by: Yaron Yarimi <yaronya@users.noreply.github.com>
  • Loading branch information
TomerHeber and yaronya committed Feb 26, 2023
1 parent b41f42d commit 9e5710a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion env0/resource_aws_credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func resourceAwsCredentials() *schema.Resource {
Sensitive: true,
ForceNew: true,
ConflictsWith: []string{"access_key_id"},
RequiredWith: []string{"arn"},
Deprecated: "field will be removed in the near future",
},
"access_key_id": {
Type: schema.TypeString,
Expand Down
3 changes: 2 additions & 1 deletion env0/resource_cost_credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ func resourceCostCredentials(providerName string) *schema.Resource {
Description: "the aws role external id",
Sensitive: true,
ForceNew: true,
Required: true,
Optional: true,
Deprecated: "field will be removed in the near future",
},
}

Expand Down

0 comments on commit 9e5710a

Please sign in to comment.