Skip to content

Commit

Permalink
Merge pull request #207 from NetApp/integration/main
Browse files Browse the repository at this point in the history
Sync bitbucket and GitHub
  • Loading branch information
wenjun666 authored Nov 7, 2024
2 parents aac4027 + a058256 commit 02b324e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 24.11.2
BUG FIXES:
* add `azure_tag` option in documentation.

## 24.11.1
BREAKING CHANGE:
* resource/connector_aws: update `instance_type` default value from `t3.xlarge` to `t3.2xlarge`
Expand Down
11 changes: 11 additions & 0 deletions website/docs/r/connector_azure.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ resource "netapp-cloudmanager_connector_azure" "cl-occm-azure" {
account_id = "account-ABCNJGB0X"
admin_password = "P@ssword123456"
admin_username = "vmadmin"
azure_tag {
tag_key = "abcd"
tag_value = "ABCD"
}
azure_tag {
tag_key = "xxx"
tag_value = "YYY"
}
}
```

Expand Down Expand Up @@ -66,6 +74,9 @@ The following arguments are supported:
* `account_id` - (Optional) The NetApp account ID that the Connector will be associated with. If not provided, Cloud Manager uses the first account. If no account exists, Cloud Manager creates a new account. You can find the account ID in the account tab of Cloud Manager at [https://console.bluexp.netapp.com/](https://console.bluexp.netapp.com/).
* `storage_account` - (Optional) The storage account can be created automatically. When `storage_account` is not set, the name is constructed by appending 'sa' to the connector `name`. Storage account name must be between 3 and 24 characters in length and use numbers and lower-case letters only.

The `azure_tag` block supports the following:
* `tag_key` - (Required) The key of the tag.
* `tag_value` - (Required) The tag value.

## Attributes Reference

Expand Down

0 comments on commit 02b324e

Please sign in to comment.