{ "version": 4, "terraform_version": "1.5.4", "serial": 401, "lineage": "6637ec3d-b7c3-3a5f-c8fe-118aa9d4f628", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-1265271990a703c08", "ami": "ami-26c9f50d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ca6a0e61"], "subnet_id": "subnet-eb029f76", "key_name": "prod-deploy-key" } } ] } ] }