Update access_applications.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 12s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 12s
This commit is contained in:
@@ -24,7 +24,7 @@ data "cloudflare_zero_trust_access_application" "example_zero_trust_access_appli
|
|||||||
# Creating the Target
|
# Creating the Target
|
||||||
resource "cloudflare_zero_trust_access_infrastructure_target" "gcp_ssh_target" {
|
resource "cloudflare_zero_trust_access_infrastructure_target" "gcp_ssh_target" {
|
||||||
account_id = local.cloudflare_account_id
|
account_id = local.cloudflare_account_id
|
||||||
hostname = var.cloudflare_target_ssh_name
|
hostname = "var.cloudflare_target_ssh_name"
|
||||||
ip = {
|
ip = {
|
||||||
ipv4 = {
|
ipv4 = {
|
||||||
ip_addr = var.gcp_vm_internal_ip
|
ip_addr = var.gcp_vm_internal_ip
|
||||||
|
|||||||
Reference in New Issue
Block a user