{ "version": 4, "terraform_version": "1.7.3", "serial": 376, "lineage": "32a835b6-cf8f-934c-6825-25ba49172056", "outputs": { "db_endpoint": { "value": "db-2.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-716ac4e321d08f23b", "ami": "ami-f3e93c60", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-060d6e7d"], "subnet_id": "subnet-0b058b37", "key_name": "prod-deploy-key" } } ] } ] }