{ "version": 4, "terraform_version": "1.8.7", "serial": 298, "lineage": "398f88c6-7b2d-717e-184f-8130bfe61b2c", "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-e92622f39942ea0be", "ami": "ami-8cfa52ff", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2c80ea67"], "subnet_id": "subnet-e520f2b4", "key_name": "prod-deploy-key" } } ] } ] }