Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
velotioaastha committed Dec 16, 2024
1 parent 1b869d3 commit ec54053
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -452,9 +452,8 @@ locals {

resource "null_resource" "always_sleep" {
count = var.create_private_link ? 1 : 0
# A dynamic trigger that changes every time Terraform runs
triggers = {
always_run = timestamp() # Forces the resource to always run
always_run = timestamp()
}

provisioner "local-exec" {
Expand Down

0 comments on commit ec54053

Please sign in to comment.