{ "version": 4, "terraform_version": "1.7.4", "serial": 489, "lineage": "6f72b147-cdcd-1ad9-539e-209e68137a00", "outputs": { "db_endpoint": { "value": "db-4.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-9699b712f76950f85", "ami": "ami-8362d2d4", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-47ae64cc"], "subnet_id": "subnet-340333ae", "key_name": "prod-deploy-key" } } ] } ] }