{ "version": 4, "terraform_version": "1.7.3", "serial": 237, "lineage": "a0dcbe02-3698-ea23-fd6f-23f9c1182f5e", "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-f1b506ee670e6e991", "ami": "ami-3ddb1408", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-24835881"], "subnet_id": "subnet-3748cd61", "key_name": "prod-deploy-key" } } ] } ] }