{ "version": 4, "terraform_version": "1.7.5", "serial": 107, "lineage": "37383cff-51ab-a2b0-8cf1-89c1f70acdc9", "outputs": { "db_endpoint": { "value": "db-4.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-9437965c388f2970c", "ami": "ami-11f0d13e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-711e8508"], "subnet_id": "subnet-07d01341", "key_name": "prod-deploy-key" } } ] } ] }