Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Oct 7, 2022
1 parent 6d931b8 commit 304cddd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 38 deletions.
9 changes: 1 addition & 8 deletions tag-shared-vpc-resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,4 @@ No modules.

## Outputs

| Name | Description |
|------|-------------|
| <a name="output_account_caller_arn"></a> [account\_caller\_arn](#output\_account\_caller\_arn) | AWS Caller ARN |
| <a name="output_account_caller_arn_partition"></a> [account\_caller\_arn\_partition](#output\_account\_caller\_arn\_partition) | AWS Caller ARN Partition |
| <a name="output_caller_account_id"></a> [caller\_account\_id](#output\_caller\_account\_id) | AWS Account ID |
| <a name="output_profile"></a> [profile](#output\_profile) | AWS Profile |
| <a name="output_region"></a> [region](#output\_region) | AWS Region |
| <a name="output_vpc_full_name"></a> [vpc\_full\_name](#output\_vpc\_full\_name) | VPC Full Name |
No outputs.
2 changes: 1 addition & 1 deletion tag-shared-vpc-resources/network_account.credentials.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
provider "aws" {
alias = "network_account"
region = var.region
region = local.region
profile = var.network_account_profile
}
29 changes: 0 additions & 29 deletions tag-shared-vpc-resources/outputs.common.tf

This file was deleted.

0 comments on commit 304cddd

Please sign in to comment.