Skip to content

Commit

Permalink
CC-2437: Split Validation based on provider
Browse files Browse the repository at this point in the history
  • Loading branch information
SahidKhan89 committed Apr 2, 2024
1 parent f4d8bd0 commit 3d4788d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions terraform/environments/ccms-ebs/ccms-certificates.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ resource "aws_acm_certificate" "external-service" {

resource "aws_route53_record" "external_validation_core_network" {
depends_on = [
ec2_oracle_ebs,
ec2_ebsapps,
ec2_webgate,
ec2_accessgate
aws_instance.ec2_oracle_ebs,
aws_instance.ec2_ebsapps,
aws_instance.ec2_webgate,
aws_instance.ec2_accessgate
]

provider = aws.core-network-services
Expand All @@ -71,10 +71,10 @@ resource "aws_route53_record" "external_validation_core_network" {

resource "aws_route53_record" "external_validation_core_vpc" {
depends_on = [
ec2_oracle_ebs,
ec2_ebsapps,
ec2_webgate,
ec2_accessgate
aws_instance.ec2_oracle_ebs,
aws.instance.ec2_ebsapps,
aws.instance.ec2_webgate,
aws.instance.ec2_accessgate
]

provider = aws.core-vpc
Expand Down

0 comments on commit 3d4788d

Please sign in to comment.