Skip to content

Commit

Permalink
fix: remove unnecessary triggers in post.tf
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
  • Loading branch information
prb112 committed Oct 24, 2024
1 parent f6b9bf7 commit 9fc38a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/6_post/post.tf
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,6 @@ resource "null_resource" "add_etcd_secondary_disk" {
host = var.bastion_public_ip[0]
agent = var.ssh_agent
ansible_post_path = local.ansible_post_path
openshift_api_url = sensitive(var.openshift_api_url)
openshift_user = sensitive(var.openshift_user)
openshift_pass = sensitive(var.openshift_pass)
}

connection {
Expand Down

0 comments on commit 9fc38a9

Please sign in to comment.