Google Cloud Terraform Resources
Cost estimation reference for 15 Google Cloud resources supported by C3X. Each page covers pricing dimensions, Terraform examples, and optimization tips.
Compute
Containers
google_artifact_registry_repositoryA managed registry for container images, Helm charts, language packages. $0.10/GB-month storage plus data transfer.
google_container_clusterA managed Kubernetes cluster on GKE. Two operating modes: Standard with per-cluster management fee, or Autopilot priced per pod.
Database
google_bigquery_datasetA serverless data warehouse dataset. Two pricing models: on-demand ($6.25/TB scanned) or capacity-based (slot-hours).
google_dataflow_jobA managed Apache Beam job for streaming and batch data processing. Priced per worker-hour by machine type and tier, plus data processed.
google_redis_instanceA managed Redis instance. Priced per GB-hour by service tier (Basic or Standard) and capacity.
google_sql_database_instanceA managed MySQL, PostgreSQL, or SQL Server database. Priced by tier, storage, and HA mode. Sustained-use discounts apply.
Messaging
Networking
Observability
Security
Serverless
google_cloud_run_serviceA serverless container service. Billed by request count and per-request CPU/memory time. Generous free tier.
google_cloudfunctions2_functionA serverless function (2nd gen, Cloud Run-based). Billed per invocation, vCPU-time, memory-time, and outbound networking.
Storage
google_compute_diskA block storage disk for Compute Engine VMs. Priced per GB-month by disk type. Hyperdisk adds per-IOPS and per-throughput billing.
google_storage_bucketObject storage on GCS. Priced by storage class, region, operations, and egress. Lifecycle rules can auto-tier cold data.