Resource palette
VPC
AWS
aws_vpc
Subnet
AWS
aws_subnet
Security group
AWS
aws_security_group
EKS cluster
AWS
aws_eks_cluster
EC2 instance
AWS
aws_instance
Application load balancer
AWS
aws_lb
RDS instance
AWS
aws_db_instance
S3 bucket
AWS
aws_s3_bucket
Lambda
AWS
aws_lambda_function
Resource group
Azure
azurerm_resource_group
Virtual network
Azure
azurerm_virtual_network
Subnet
Azure
azurerm_subnet
AKS cluster
Azure
azurerm_kubernetes_cluster
Linux VM
Azure
azurerm_linux_virtual_machine
Azure SQL
Azure
azurerm_mssql_server
Storage account
Azure
azurerm_storage_account
VPC network
GCP
google_compute_network
Subnetwork
GCP
google_compute_subnetwork
GKE cluster
GCP
google_container_cluster
Cloud Run
GCP
google_cloud_run_v2_service
Cloud SQL
GCP
google_sql_database_instance
Cloud Storage
GCP
google_storage_bucket
Drag a type onto the canvas · 22 provider-aware resources
Mini Map
main.tf · live
environment = local.environment
managed_by = local.managed_by
}
}
resource "google_cloud_run_v2_service" "ingest" {
location = "us-central1"
ingress = "INGRESS_TRAFFIC_INTERNAL_ONLY"
cpu = "2"
labels = {
environment = local.environment
managed_by = local.managed_by
}
}
AWSdrifted
aws_db_instance