{ "version": 4, "terraform_version": "1.7.9", "serial": 300, "lineage": "d33505cb-47f7-e83d-3502-8451ab20d1ee", "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-07be3d9b85c8a5212", "ami": "ami-b7fe3c81", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d6007609"], "subnet_id": "subnet-0524ae80", "key_name": "prod-deploy-key" } } ] } ] }