{ "version": 4, "terraform_version": "1.8.3", "serial": 476, "lineage": "807f0cfb-ecf6-071c-22ec-122e2168dc7c", "outputs": { "db_endpoint": { "value": "db-4.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-ec04d74c60614bf2b", "ami": "ami-1bbe6720", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-36c0777c"], "subnet_id": "subnet-e1150198", "key_name": "prod-deploy-key" } } ] } ] }