cloud-foundation-fabric/blueprints
Keith Harvey dc964411e0
data-platform-minimal - 02-processing.tf typo (#1454)
error is 
```
│ Error: Unsupported attribute
│ 
│   on ../../../../blueprints/data-solutions/data-platform-minimal/02-processing.tf line 46, in locals:
│   46:     ? var.network_config.subnet_self_links.processingestration
│     ├────────────────
│     │ var.network_config.subnet_self_links is object with 2 attributes
│ 
│ This object does not have an attribute named "processingestration".
╵
```

I'm guessing this should be `processing_transformation` the other option is `processing_composer`
2023-06-20 15:26:10 +02:00
..
apigee Split Cloud Function module in separate v1 and v2 modules (#1450) 2023-06-19 12:50:36 +02:00
cloud-operations Split Cloud Function module in separate v1 and v2 modules (#1450) 2023-06-19 12:50:36 +02:00
data-solutions data-platform-minimal - 02-processing.tf typo (#1454) 2023-06-20 15:26:10 +02:00
factories fixup(project-factory): Use the correct KMS Service Agents attribute … (#1446) 2023-06-19 23:53:08 +00:00
gke Fix modules and blueprints tests 2023-05-26 16:38:41 +02:00
networking Split Cloud Function module in separate v1 and v2 modules (#1450) 2023-06-19 12:50:36 +02:00
serverless Split Cloud Function module in separate v1 and v2 modules (#1450) 2023-06-19 12:50:36 +02:00
third-party-solutions Added module for Secure Web Proxy. 2023-06-13 08:49:58 +02:00
README.md HA VPN over Interconnect modules and blueprint (#1390) 2023-05-31 10:53:38 +00:00

README.md

Terraform end-to-end blueprints for Google Cloud

This section provides networking blueprints that implement core patterns or features, data solutions blueprints that demonstrate how to integrate data services in complete scenarios, cloud operations blueprints that leverage specific products to meet specific operational needs, GKE and Serverless blueprints, and factories that implement resource factories for the repetitive creation of specific resources.

Currently available blueprints:

For more information see the individual README files in each section.