Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
renuka-kumari committed Aug 2, 2023
1 parent 9923d47 commit fc2a71c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
4 changes: 2 additions & 2 deletions modules/gcve-service-networking/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GCVE Private Cloud Module
# GCVE Service Networking Module

This module contains the terraform to create and deploy a private cloud
This module contains the terraform to create and deploy a GCVE Service Networking

<!-- BEGIN_AUTOMATED_TF_DOCS_BLOCK -->
## Requirements
Expand Down
10 changes: 1 addition & 9 deletions modules/gcve-service-networking/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -140,18 +140,10 @@ module "gcve_private_connection" {
source = "terraform-google-modules/gcloud/google"

platform = "linux"
additional_components = ["kubectl", "beta"]
additional_components = ["beta"]
create_cmd_entrypoint = "${path.module}/scripts/create_gcve_private_connection.sh"
create_cmd_body = "${var.gcve_connection_name} ${var.pc_location} ${var.project_id} ${local.gcve_network_name} ${var.pc_description} ${var.pc_routing_mode} ${local.peer_project_id} ${var.pc_connection_type}"
destroy_cmd_entrypoint = "${path.module}/scripts/delete_gcve_private_connection.sh"
destroy_cmd_body = "${var.gcve_connection_name} ${var.pc_location} ${var.project_id}"

depends_on = [
google_compute_network.network,
google_compute_global_address.private_ip_alloc,
google_service_networking_connection.gcve_psa,
google_compute_network_peering_routes_config.peering_routes,
data.google_compute_network_peering.servicenetworking,
google_vmwareengine_network.gcve_network
]
}
2 changes: 1 addition & 1 deletion modules/gcve-service-networking/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

terraform {
required_version = ">= 1.5.3"
required_version = ">= 1.3.0"

required_providers {
google-beta = {
Expand Down

0 comments on commit fc2a71c

Please sign in to comment.