{ "version": 4, "terraform_version": "1.8.3", "serial": 197, "lineage": "9a732839-ef32-fb63-3d65-3b188522f69b", "outputs": { "db_endpoint": { "value": "db-0.us-east-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-cc6ea6c4870fca71c", "ami": "ami-3a1fe149", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-bfcaa3d2"], "subnet_id": "subnet-07922d23", "key_name": "prod-deploy-key" } } ] } ] }