-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b72861f
commit f4febf5
Showing
8 changed files
with
2,204 additions
and
517 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"resource/aws_account":{"account_id":2,"account_type":3,"id":1,"management_account_id":4,"mode":5,"name":6,"organization_account_id":11,"organization_id":7,"organization_master_account_id":12,"role_arn":8,"role_external_id":9,"update_mask":10},"resource/aws_flow_logs_s3_bucket":{"account_id":2,"id":1,"s3_bucket_arn":3,"update_mask":4},"resource/azure_flow_logs_storage_account":{"id":1,"storage_account_resource_id":2,"subscription_id":3,"update_mask":4},"resource/azure_subscription":{"client_id":2,"client_secret":3,"id":1,"mode":4,"name":5,"subscription_id":6,"tenant_id":7,"update_mask":8},"resource/k8s_cluster_onboarding_credential":{"client_id":2,"client_secret":3,"created_at":4,"description":5,"id":1,"illumio_region":6,"name":7,"update_mask":8}} | ||
{"resource/aws_account":{"account_id":2,"account_type":3,"id":1,"management_account_id":4,"mode":5,"name":6,"organization_account_id":11,"organization_id":7,"organization_master_account_id":12,"role_arn":8,"role_external_id":9,"update_mask":10},"resource/aws_flow_logs_s3_bucket":{"account_id":2,"id":1,"s3_bucket_arn":3,"update_mask":4},"resource/aws_tag_to_label":{"cloud_tags":2,"icon":3,"id":1,"key":4,"name":5,"update_mask":6},"resource/azure_flow_logs_storage_account":{"id":1,"storage_account_resource_id":2,"subscription_id":3,"update_mask":4},"resource/azure_subscription":{"client_id":2,"client_secret":3,"id":1,"mode":4,"name":5,"subscription_id":6,"tenant_id":7,"update_mask":8},"resource/k8s_cluster_onboarding_credential":{"client_id":2,"client_secret":3,"created_at":4,"description":5,"id":1,"illumio_region":6,"name":7,"update_mask":8}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "illumio-cloudsecure_aws_tag_to_label Resource - illumio-cloudsecure" | ||
subcategory: "" | ||
description: |- | ||
Maps AWS account tags to CloudSecure labels. | ||
--- | ||
|
||
# illumio-cloudsecure_aws_tag_to_label (Resource) | ||
|
||
Maps AWS account tags to CloudSecure labels. | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `cloud_tags` (List of Object) List of AWS account tags to map to the CloudSecure label. (see [below for nested schema](#nestedatt--cloud_tags)) | ||
- `icon` (Object) Icon details. (see [below for nested schema](#nestedatt--icon)) | ||
- `key` (String) CloudSecure label key. | ||
- `name` (String) CloudSecure label display name. | ||
|
||
### Read-Only | ||
|
||
- `id` (String) CloudSecure ID. | ||
|
||
<a id="nestedatt--cloud_tags"></a> | ||
### Nested Schema for `cloud_tags` | ||
|
||
Required: | ||
|
||
- `cloud` (String) | ||
- `key` (String) | ||
|
||
|
||
<a id="nestedatt--icon"></a> | ||
### Nested Schema for `icon` | ||
|
||
Required: | ||
|
||
- `background_color` (String) | ||
- `foreground_color` (String) | ||
- `name` (String) |
Oops, something went wrong.