Skip to content

Commit

Permalink
chore: Remove random_pet supporting resource (#52)
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
Co-authored-by: Bryant Biggs <[email protected]>
  • Loading branch information
chenrui333 and bryantbiggs committed Dec 10, 2023
1 parent a4f19e8 commit 615dc66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions examples/complete/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Note that this example may create resources which will incur monetary charges on
| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.0 |
| <a name="provider_random"></a> [random](#provider\_random) | >= 3.0 |

## Modules

Expand All @@ -63,7 +62,6 @@ Note that this example may create resources which will incur monetary charges on
| [aws_rds_cluster_parameter_group.postgresql](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_cluster_parameter_group) | resource |
| [aws_s3_object.hr_data](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_object) | resource |
| [aws_sns_topic.example](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sns_topic) | resource |
| [random_pet.this](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/pet) | resource |
| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/availability_zones) | data source |

## Inputs
Expand Down
4 changes: 0 additions & 4 deletions examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,6 @@ module "dms_aurora_postgresql_aurora_mysql" {
# Supporting Resources
################################################################################

resource "random_pet" "this" {
length = 2
}

module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "~> 5.0"
Expand Down

0 comments on commit 615dc66

Please sign in to comment.