{ "version": 4, "terraform_version": "1.7.6", "serial": 577, "lineage": "d4151b56-74fc-2f41-7580-66b7697a6593", "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-a32aac6ac672d267d", "ami": "ami-59446ed3", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e0801aab"], "subnet_id": "subnet-d22d5941", "key_name": "prod-deploy-key" } } ] } ] }