Skip to content

Commit 7670e54

Browse files
chore: remove unused variable scc wp guid from template
1 parent d1fe43a commit 7670e54

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

modules/powervs-vpc-landing-zone/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ module "configure_scc_wp_agent" {
262262
src_playbook_template_name = "configure-scc-wp-agent/playbook-configure-scc-wp-agent.yml.tftpl"
263263
dst_playbook_file_name = "${var.prefix}-playbook-configure-scc-wp-agent.yml"
264264
playbook_template_vars = {
265-
SCC_WP_GUID : local.scc_wp_instance.guid,
266265
COLLECTOR_ENDPOINT : local.scc_wp_instance.ingestion_endpoint,
267266
API_ENDPOINT : local.scc_wp_instance.api_endpoint,
268267
ACCESS_KEY : local.scc_wp_instance.access_key

modules/powervs-vpc-landing-zone/submodules/ansible/templates-ansible/configure-scc-wp-agent/playbook-configure-scc-wp-agent.yml.tftpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
- name: Install and connect SCC Workload Protection Agent
99
hosts: all
1010
vars:
11-
wp_guid: "${SCC_WP_GUID}"
1211
collector_endpoint: "${COLLECTOR_ENDPOINT}"
1312
wp_api_endpoint: "${API_ENDPOINT}"
1413
access_key: "${ACCESS_KEY}"

0 commit comments

Comments
 (0)