Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivassrini committed Nov 14, 2024
1 parent 64b4217 commit 70920ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/data-sources/cloudaccount_aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ data "spectrocloud_cloudaccount_aws" "aws_account" {

### Optional

- `context` (String) The context of the cluster. Allowed values are `project` or `tenant`. Defaults to `project`.If the `project` context is specified, the project name will sourced from the provider configuration parameter [`project_name`](https://registry.terraform.io/providers/spectrocloud/spectrocloud/latest/docs#schema).
- `depends` (String)
- `id` (String) ID of the AWS cloud account registered in Palette.
- `name` (String) Name of the AWS cloud account registered in Palette.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
data "spectrocloud_cloudaccount_aws" "aws_account" {
# id = <uid>
name = "srini-aws-sts"
name = "aws-sts"
context = "tenant"
}

Expand Down

0 comments on commit 70920ff

Please sign in to comment.