Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/CXF-88606-GHA-UAT-Terra-Tests' i…
Browse files Browse the repository at this point in the history
…nto CXF-88606-GHA-UAT-Terra-Tests
  • Loading branch information
srushti-patl committed Mar 19, 2024
2 parents c5fc912 + 85981ca commit 5dfa8fe
Show file tree
Hide file tree
Showing 29 changed files with 144 additions and 88 deletions.
10 changes: 5 additions & 5 deletions examples/cloud-router-2-aws-connection/variables.tf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
variable "equinix_client_id" {
description = "Equinix client ID (consumer key), obtained after registering app in the developer platform"
type = string
sensitive = true
sensitive = true
}
variable "equinix_client_secret" {
description = "Equinix client secret ID (consumer secret), obtained after registering app in the developer platform"
type = string
sensitive = true
sensitive = true
}
variable "connection_name" {
description = "Connection name. An alpha-numeric 24 characters string which can include only hyphens and underscores"
Expand Down Expand Up @@ -46,7 +46,7 @@ variable "aside_fcr_uuid" {
variable "zside_ap_authentication_key" {
description = "Authentication key for provider based connections"
type = string
sensitive = true
sensitive = true
}
variable "zside_ap_type" {
description = "Access point type - COLO, VD, VG, SP, IGW, SUBNET, GW"
Expand Down Expand Up @@ -77,7 +77,7 @@ variable "additional_info" {
description = "Additional parameters required for some service profiles. It should be a list of maps containing 'key' and 'value e.g. `[{ key='asn' value = '65000'}, { key='ip' value = '192.168.0.1'}]`"
type = list(object({ key = string, value = string }))
default = []
sensitive = true
sensitive = true
}
variable "aws_vif_name" {
description = "The name for the virtual interface"
Expand Down Expand Up @@ -105,7 +105,7 @@ variable "aws_vif_bgp_auth_key" {
description = "The authentication key for BGP configuration"
type = string
default = ""
sensitive = true
sensitive = true
}
variable "aws_gateway_name" {
description = "The name of the Gateway"
Expand Down
13 changes: 6 additions & 7 deletions examples/cloud-router-2-azure-connection/variables.tf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
variable "equinix_client_id" {
description = "Equinix client ID (consumer key), obtained after registering app in the developer platform"
type = string
sensitive = true
sensitive = true
}
variable "equinix_client_secret" {
description = "Equinix client secret ID (consumer secret), obtained after registering app in the developer platform"
type = string
sensitive = true
sensitive = true
}
variable "connection_name" {
description = "Connection name. An alpha-numeric 24 characters string which can include only hyphens and underscores"
Expand Down Expand Up @@ -62,7 +62,6 @@ variable "zside_peering_type" {
description = "Access point peering type - PRIVATE, MICROSOFT, PUBLIC, MANUAL"
default = "PRIVATE"
}

variable "zside_fabric_sp_name" {
description = "Equinix Service Profile Name"
type = string
Expand All @@ -71,22 +70,22 @@ variable "zside_fabric_sp_name" {
variable "azure_client_id" {
description = "Azure Client id"
type = string
sensitive = true
sensitive = true
}
variable "azure_client_secret" {
description = "Azure Secret value"
type = string
sensitive = true
sensitive = true
}
variable "azure_tenant_id" {
description = "Azure Tenant id"
type = string
sensitive = true
sensitive = true
}
variable "azure_subscription_id" {
description = "Azure Subscription id"
type = string
sensitive = true
sensitive = true
}
variable "azure_resource_name" {
description = "The name of Azure Resource"
Expand Down
13 changes: 6 additions & 7 deletions examples/cloud-router-2-azure-redundant-connection/variables.tf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
variable "equinix_client_id" {
description = "Equinix client ID (consumer key), obtained after registering app in the developer platform"
type = string
sensitive = true
sensitive = true
}
variable "equinix_client_secret" {
description = "Equinix client secret ID (consumer secret), obtained after registering app in the developer platform"
type = string
sensitive = true
sensitive = true
}
variable "connection_name" {
description = "Connection name. An alpha-numeric 24 characters string which can include only hyphens and underscores"
Expand Down Expand Up @@ -35,7 +35,6 @@ variable "purchase_order_number" {
type = string
default = ""
}

variable "aside_ap_type" {
description = "Access point type - COLO, VD, VG, SP, IGW, SUBNET, GW"
type = string
Expand Down Expand Up @@ -86,22 +85,22 @@ variable "secondary_redundancy" {
variable "azure_client_id" {
description = "Azure Client id"
type = string
sensitive = true
sensitive = true
}
variable "azure_client_secret" {
description = "Azure Secret value"
type = string
sensitive = true
sensitive = true
}
variable "azure_tenant_id" {
description = "Azure Tenant id"
type = string
sensitive = true
sensitive = true
}
variable "azure_subscription_id" {
description = "Azure Subscription id"
type = string
sensitive = true
sensitive = true
}
variable "azure_resource_name" {
description = "The name of Azure Resource"
Expand Down
4 changes: 2 additions & 2 deletions examples/cloud-router-2-google-connection/variables.tf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
variable "equinix_client_id" {
description = "Equinix client ID (consumer key), obtained after registering app in the developer platform"
type = string
sensitive = true
sensitive = true
}
variable "equinix_client_secret" {
description = "Equinix client secret ID (consumer secret), obtained after registering app in the developer platform"
type = string
sensitive = true
sensitive = true
}
#Google Provider
variable "google_region" {
Expand Down
6 changes: 3 additions & 3 deletions examples/cloud-router-2-oracle-connection/variables.tf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
variable "equinix_client_id" {
description = "Equinix client ID (consumer key), obtained after registering app in the developer platform"
type = string
sensitive = true
sensitive = true
}
variable "equinix_client_secret" {
description = "Equinix client secret ID (consumer secret), obtained after registering app in the developer platform"
type = string
sensitive = true
sensitive = true
}
variable "connection_name" {
description = "Connection name. An alpha-numeric 24 characters string which can include only hyphens and underscores"
Expand Down Expand Up @@ -46,7 +46,7 @@ variable "aside_fcr_uuid" {
variable "zside_ap_authentication_key" {
description = "Authentication key for provider based connections"
type = string
sensitive = true
sensitive = true
}
variable "zside_ap_type" {
description = "Access point type - COLO, VD, VG, SP, IGW, SUBNET, GW"
Expand Down
4 changes: 2 additions & 2 deletions examples/cloud-router-2-port-connection/variables.tf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
variable "equinix_client_id" {
description = "Equinix client ID (consumer key), obtained after registering app in the developer platform"
type = string
sensitive = true
sensitive = true
}
variable "equinix_client_secret" {
description = "Equinix client secret ID (consumer secret), obtained after registering app in the developer platform"
type = string
sensitive = true
sensitive = true
}
variable "connection_name" {
description = "Connection name. An alpha-numeric 24 characters string which can include only hyphens and underscores"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
variable "equinix_client_id" {
description = "Equinix client ID (consumer key), obtained after registering app in the developer platform"
type = string
sensitive = true
sensitive = true
}
variable "equinix_client_secret" {
description = "Equinix client secret ID (consumer secret), obtained after registering app in the developer platform"
type = string
sensitive = true
sensitive = true
}
variable "connection_name" {
description = "Connection name. An alpha-numeric 24 characters string which can include only hyphens and underscores"
Expand Down
2 changes: 2 additions & 0 deletions examples/cloud-router-2-wan-connection/variables.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
variable "equinix_client_id" {
description = "Equinix client ID (consumer key), obtained after registering app in the developer platform"
type = string
sensitive = true
}
variable "equinix_client_secret" {
description = "Equinix client secret ID (consumer secret), obtained after registering app in the developer platform"
type = string
sensitive = true
}
variable "connection_name" {
description = "Connection name. An alpha-numeric 24 characters string which can include only hyphens and underscores"
Expand Down
1 change: 1 addition & 0 deletions examples/port-2-alibaba-connection/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module "create_port_2_alibaba_connection" {
notifications_emails = var.notifications_emails
bandwidth = var.bandwidth
purchase_order_number = var.purchase_order_number
project_id = var.project_id

# A-side
aside_port_name = var.aside_port_name
Expand Down
11 changes: 8 additions & 3 deletions examples/port-2-alibaba-connection/variables.tf
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
variable "equinix_client_id" {
description = "Equinix client ID (consumer key), obtained after registering app in the developer platform"
type = string
sensitive = true
sensitive = true
}
variable "equinix_client_secret" {
description = "Equinix client secret ID (consumer secret), obtained after registering app in the developer platform"
type = string
sensitive = true
sensitive = true
}
variable "connection_name" {
description = "Connection name. An alpha-numeric 24 characters string which can include only hyphens and underscores"
type = string
}
variable "project_id" {
description = "Subscriber-assigned project ID"
type = string
default = ""
}
variable "connection_type" {
description = "Defines the connection type like VG_VC, EVPL_VC, EPL_VC, EC_VC, IP_VC, ACCESS_EPL_VC"
type = string
Expand Down Expand Up @@ -54,7 +59,7 @@ variable "zside_ap_type" {
variable "zside_ap_authentication_key" {
description = "Authentication key for provider based connections"
type = string
sensitive = true
sensitive = true
}
variable "zside_ap_profile_type" {
description = "Service profile type - L2_PROFILE, L3_PROFILE, ECIA_PROFILE, ECMC_PROFILE"
Expand Down
8 changes: 4 additions & 4 deletions examples/port-2-aws-connection/variables.tf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
variable "equinix_client_id" {
description = "Equinix client ID (consumer key), obtained after registering app in the developer platform"
type = string
sensitive = true
sensitive = true
}
variable "equinix_client_secret" {
description = "Equinix client secret ID (consumer secret), obtained after registering app in the developer platform"
type = string
sensitive = true
sensitive = true
}
variable "connection_name" {
description = "Connection name. An alpha-numeric 24 characters string which can include only hyphens and underscores"
Expand Down Expand Up @@ -54,7 +54,7 @@ variable "zside_ap_type" {
variable "zside_ap_authentication_key" {
description = "Authentication key for provider based connections"
type = string
sensitive = true
sensitive = true
}
variable "zside_ap_profile_type" {
description = "Service profile type - L2_PROFILE, L3_PROFILE, ECIA_PROFILE, ECMC_PROFILE"
Expand All @@ -76,7 +76,7 @@ variable "additional_info" {
description = "Additional info parameters. It's a list of maps containing 'key' and 'value' keys with their corresponding values."
type = list(object({ key = string, value = string }))
default = []
sensitive = true
sensitive = true
}
variable "aws_vif_name" {
description = "The name for the virtual interface"
Expand Down
12 changes: 6 additions & 6 deletions examples/port-2-azure-connection/variables.tf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
variable "equinix_client_id" {
description = "Equinix client ID (consumer key), obtained after registering app in the developer platform"
type = string
sensitive = true
sensitive = true
}
variable "equinix_client_secret" {
description = "Equinix client secret ID (consumer secret), obtained after registering app in the developer platform"
type = string
sensitive = true
sensitive = true
}
variable "connection_name" {
description = "Connection name. An alpha-numeric 24 characters string which can include only hyphens and underscores"
Expand Down Expand Up @@ -70,22 +70,22 @@ variable "zside_peering_type" {
variable "azure_client_id" {
description = "Azure Client id"
type = string
sensitive = true
sensitive = true
}
variable "azure_client_secret" {
description = "Azure Secret value"
type = string
sensitive = true
sensitive = true
}
variable "azure_tenant_id" {
description = "Azure Tenant id"
type = string
sensitive = true
sensitive = true
}
variable "azure_subscription_id" {
description = "Azure Subscription id"
type = string
sensitive = true
sensitive = true
}
variable "azure_resource_name" {
description = "The name of Azure Resource"
Expand Down
12 changes: 6 additions & 6 deletions examples/port-2-azure-redundant-connections/variables.tf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
variable "equinix_client_id" {
description = "Equinix client ID (consumer key), obtained after registering app in the developer platform"
type = string
sensitive = true
sensitive = true
}
variable "equinix_client_secret" {
description = "Equinix client secret ID (consumer secret), obtained after registering app in the developer platform"
type = string
sensitive = true
sensitive = true
}
variable "connection_name" {
description = "Connection name. An alpha-numeric 24 characters string which can include only hyphens and underscores"
Expand Down Expand Up @@ -82,22 +82,22 @@ variable "zside_peering_type" {
variable "azure_client_id" {
description = "Azure Client id"
type = string
sensitive = true
sensitive = true
}
variable "azure_client_secret" {
description = "Azure Secret value"
type = string
sensitive = true
sensitive = true
}
variable "azure_tenant_id" {
description = "Azure Tenant id"
type = string
sensitive = true
sensitive = true
}
variable "azure_subscription_id" {
description = "Azure Subscription id"
type = string
sensitive = true
sensitive = true
}
variable "azure_resource_name" {
description = "The name of Azure Resource"
Expand Down
4 changes: 2 additions & 2 deletions examples/port-2-google-connection/variables.tf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
variable "equinix_client_id" {
description = "Equinix client ID (consumer key), obtained after registering app in the developer platform"
type = string
sensitive = true
sensitive = true
}
variable "equinix_client_secret" {
description = "Equinix client secret ID (consumer secret), obtained after registering app in the developer platform"
type = string
sensitive = true
sensitive = true
}
#Google Provider
variable "google_region" {
Expand Down
Loading

0 comments on commit 5dfa8fe

Please sign in to comment.