Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszjenek committed Feb 8, 2024
1 parent 3cef3e7 commit 41e4f12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/route53/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
| Name | Type |
|------|------|
| [humanitec_application.example](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/application) | resource |
| [humanitec_resource_definition_criteria.redis](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition_criteria) | resource |
| [humanitec_resource_definition_criteria.dns](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition_criteria) | resource |

## Inputs

Expand Down
2 changes: 1 addition & 1 deletion examples/route53/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module "route53" {
hosted_zone_id = var.hosted_zone_id
}

resource "humanitec_resource_definition_criteria" "redis" {
resource "humanitec_resource_definition_criteria" "dns" {
resource_definition_id = module.route53.id
app_id = humanitec_application.example.id
}

0 comments on commit 41e4f12

Please sign in to comment.