{ "version": 4, "terraform_version": "1.7.7", "serial": 525, "lineage": "eabd803c-d769-9705-c24f-812f23c6c2f1", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-b80a3944014137da7", "ami": "ami-8eac03c6", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-fb0be264"], "subnet_id": "subnet-2e344fc9", "key_name": "prod-deploy-key" } } ] } ] }