{ "version": 4, "terraform_version": "1.7.9", "serial": 558, "lineage": "00f33f73-75db-6cc5-2b61-861c07e2c901", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-f05e82d007f6f8c36", "ami": "ami-a92423cc", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-cd88bcd3"], "subnet_id": "subnet-77448f1e", "key_name": "prod-deploy-key" } } ] } ] }