{ "version": 4, "terraform_version": "1.6.0", "serial": 420, "lineage": "615d8f57-4a1b-a7ae-0bb5-b2ca1986723f", "outputs": { "db_endpoint": { "value": "db-0.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-a413123c5890bde4e", "ami": "ami-78ce5de0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c27e1e94"], "subnet_id": "subnet-8d684066", "key_name": "prod-deploy-key" } } ] } ] }