sfabric

Bee-Projects/sfabric/gcp

Terraform Module HCL GCP

Terraform module for launching a Service Fabric Dev Environment on GCP

Install
module "sfabric" {
source = "Bee-Projects/sfabric/gcp"
version = "0.1.0"
}
plain text: /constructs/tfmod-bee-projects-sfabric-gcp/install.txt
⭐ Source on GitHub 📦 Registry page
README

Overview A sample module for creating a Service Fabric DEV environments on GCP

Inputs (2)
NameTypeDescriptionDefault
nat_ipanyNAT ip configuration for each instance""
regionanyThe region to create the nat gateway instance in."australia-southeast1"
Outputs (1)
external_ip — The external IP assigned to the global fowarding rule.
Resources (6)
google_compute_firewallgoogle_compute_health_checkgoogle_compute_instancegoogle_compute_instance_group_managergoogle_compute_instance_templategoogle_compute_network
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.0
Cloud GCP
★ Stars0
Forks1
Total downloads5.7k
Inputs2
Outputs1
Resources6
NamespaceBee-Projects
Updated