{ "version": 4, "terraform_version": "1.7.4", "serial": 560, "lineage": "f4f5551d-31a4-97fd-f6b2-75becb4869fe", "outputs": { "db_endpoint": { "value": "db-3.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-4954d8605b6e01048", "ami": "ami-7a887760", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3e6ed1c3"], "subnet_id": "subnet-c7c20942", "key_name": "prod-deploy-key" } } ] } ] }