{ "version": 4, "terraform_version": "1.6.4", "serial": 505, "lineage": "fd3671d4-631c-3a55-8bbe-7177ef8afd08", "outputs": { "db_endpoint": { "value": "db-3.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-53ce7c54a1d7378ca", "ami": "ami-cf8c1335", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-124b1ce7"], "subnet_id": "subnet-327dd470", "key_name": "prod-deploy-key" } } ] } ] }