{ "version": 4, "terraform_version": "1.8.1", "serial": 198, "lineage": "8d1b6855-c8b3-9fab-8e3f-4eb5f8c78f55", "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-61a72806e2b1b6606", "ami": "ami-1a0bab7a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-147749b6"], "subnet_id": "subnet-a20c1347", "key_name": "prod-deploy-key" } } ] } ] }