-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24402 from coderGo93/ce-cost-categories
New resource for CE CostCategory, new datasources for CostExplore CostCategory and Tags
- Loading branch information
Showing
14 changed files
with
2,470 additions
and
0 deletions.
There are no files selected for viewing
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,11 @@ | ||
```release-note:new-resource | ||
aws_ce_cost_category | ||
``` | ||
|
||
```release-note:new-data-source | ||
aws_ce_cost_category | ||
``` | ||
|
||
```release-note:new-data-source | ||
aws_ce_tags | ||
``` |
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,11 @@ | ||
# Terraform AWS Provider CE Package | ||
|
||
This area is primarily for AWS provider contributors and maintainers. For information on _using_ Terraform and the AWS provider, see the links below. | ||
|
||
|
||
## Handy Links | ||
|
||
* [Find out about contributing](../../../docs/contributing) to the AWS provider! | ||
* AWS Provider Docs: [Home](https://registry.terraform.io/providers/hashicorp/aws/latest/docs) | ||
* AWS Provider Docs: [One of the CE resources](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ce_cost_category) | ||
* AWS Docs: [AWS SDK for Go CE](https://docs.aws.amazon.com/sdk-for-go/api/service/costexplorer/) |
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,6 @@ | ||
package ce | ||
|
||
const ( | ||
ResCostCategory = "Cost Category" | ||
ResTags = "Tags" | ||
) |
Oops, something went wrong.