Skip to content

Commit

Permalink
SCALRCORE-23768 Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
petroprotsakh committed Jan 4, 2023
1 parent ac105cb commit 60527cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `data.scalr_current_run` now results in plan error if no current run info is present ([#192](https://github.com/Scalr/terraform-provider-scalr/pull/192))
- `data.scalr_current_run`: changed type of `vcs.commit.author` attribute from TypeMap to TypeList ([#192](https://github.com/Scalr/terraform-provider-scalr/pull/192))
- dropped support of Terraform 0.11 and below ([#192](https://github.com/Scalr/terraform-provider-scalr/pull/192))
- `account_id` attribute in resources and datasources now is optional where it was required before.
- `account_id` attribute in resources and datasources is optional now.
If it's not explicitly set in the configuration, the default value is taken from environment
variable `SCALR_ACCOUNT_ID`. The variable is set automatically for all runs on Scalr backend.
Note: resources where `account_id` was optional are left intact and behave as before.
Note: resources where `account_id` was already optional are left intact and behave as before.
([#199](https://github.com/Scalr/terraform-provider-scalr/pull/199))

### Required
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/scalr_current_account.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ data "scalr_current_account" "account" {}
## Argument Reference

No arguments are required. The data source returns details of the current account
based on the `SCALR_ACCOUNT_ID` environment variable that is automatically exported in the Scalr remoted backend.
based on the `SCALR_ACCOUNT_ID` environment variable that is automatically exported in the Scalr remote backend.

## Attribute Reference

Expand Down

0 comments on commit 60527cd

Please sign in to comment.