{ "version": 4, "terraform_version": "1.7.1", "serial": 410, "lineage": "d73fbc33-afc2-a429-14c0-439f244d7177", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.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-fc9c5454557a4d472", "ami": "ami-bfe56f45", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-91128332"], "subnet_id": "subnet-1bad8dc9", "key_name": "prod-deploy-key" } } ] } ] }