Skip to content

Commit

Permalink
SCALRCORE-22553 Provider configurations > provider configuration data…
Browse files Browse the repository at this point in the history
… source documentation fix: add accout_id argument.
  • Loading branch information
DayS1eeper committed Aug 3, 2022
1 parent d365fd6 commit d23e655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/data-sources/scalr_provider_configuration.md
Expand Up @@ -28,6 +28,7 @@ The following arguments are supported:

* `name` - (Optional) The name of a Scalr provider configuration.
* `provider_name` - (Optional) The name of a Terraform provider.
* `account_id` - (Optional) The identifier of the Scalr account, in the format `acc-<RANDOM STRING>`.

## Attribute Reference

Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/scalr_provider_configurations.md
Expand Up @@ -28,6 +28,7 @@ The following arguments are supported:

* `name` - (Optional) The query used in a Scalr provider configuration name filter.
* `provider_name` - (Optional) The name of a Terraform provider.
* `account_id` - (Optional) The identifier of the Scalr account, in the format `acc-<RANDOM STRING>`.

## Attribute Reference

Expand Down

2 comments on commit d23e655

@emocharnik
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DayS1eeper, Pull request is not approved.

@DayS1eeper
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@emocharnik #163 approved

Please sign in to comment.