{ "version": 4, "terraform_version": "1.7.0", "serial": 473, "lineage": "25ba5c18-f34f-3dae-7a19-c9461481ddf1", "outputs": { "db_endpoint": { "value": "db-2.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-1e18c5db484e210c8", "ami": "ami-0c595c53", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2f9ac272"], "subnet_id": "subnet-20e67c34", "key_name": "prod-deploy-key" } } ] } ] }