{ "version": 4, "terraform_version": "1.5.2", "serial": 165, "lineage": "72b0c3ef-d842-c97d-a55d-04ea5b580ba1", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-3339c09948cf7802e", "ami": "ami-35713f04", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c47bc892"], "subnet_id": "subnet-4f012ea4", "key_name": "prod-deploy-key" } } ] } ] }