Skip to content

Commit

Permalink
Remove Terraform move now deployed to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
markhobson committed Dec 12, 2024
1 parent 56a1dfc commit a6e8040
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cloud/schemes/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,6 @@ module "load_balancer" {
security_policy_id = module.web_application_firewall.security_policy_id
}

moved {
from = module.load_balancer.google_compute_security_policy.schemes
to = module.web_application_firewall.google_compute_security_policy.schemes
}

module "github_action_deploy" {
source = "./github-action-deploy"
project = local.project
Expand Down

0 comments on commit a6e8040

Please sign in to comment.