Skip to content

Commit

Permalink
fix: fixing description on cloud account name var (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: Werner Matias Kahnlein <[email protected]>
  • Loading branch information
werner-nops and mkahnlein-caylent authored Nov 25, 2024
1 parent ef349df commit 93e3687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ No modules.
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_api_key"></a> [api\_key](#input\_api\_key) | [DEPRECATED] The nOps API key, can be supplied as an env var NOPS\_API\_KEY or in the provider call in your configuration. | `string` | `""` | no |
| <a name="input_cloud_account_name"></a> [cloud\_account\_name](#input\_cloud\_account\_name) | If true, IAM policies with the min base permissions for nOps to get cost and usage data will be created. Some platform features will not be available. | `string` | `""` | no |
| <a name="input_cloud_account_name"></a> [cloud\_account\_name](#input\_cloud\_account\_name) | Name with which the AWS account will appear on the nOps platform, leave empty for a name with format: AWS Account XXXXXX. | `string` | `""` | no |
| <a name="input_min_required_permissions"></a> [min\_required\_permissions](#input\_min\_required\_permissions) | If true, IAM policies with the min base permissions for nOps to get cost and usage data will be created. Some platform features will not be available. | `bool` | `false` | no |
| <a name="input_reconfigure"></a> [reconfigure](#input\_reconfigure) | [DEPRECATED] If true, allows overriding existing project settings. If false, stops execution if project already exists. | `bool` | `false` | no |
| <a name="input_system_bucket_name"></a> [system\_bucket\_name](#input\_system\_bucket\_name) | [DEPRECATED] The name of the system bucket for nOps integration. | `string` | `"na"` | no |
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ variable "reconfigure" {
variable "cloud_account_name" {
type = string
default = ""
description = "If true, IAM policies with the min base permissions for nOps to get cost and usage data will be created. Some platform features will not be available."
description = "Name with which the AWS account will appear on the nOps platform, leave empty for a name with format: AWS Account XXXXXX."
}

0 comments on commit 93e3687

Please sign in to comment.