{ "version": 4, "terraform_version": "1.8.7", "serial": 466, "lineage": "5008c5e1-dec9-4c22-ca30-d21c1f93b161", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-6582a719627bcd71c", "ami": "ami-a0bc28b2", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1a185fba"], "subnet_id": "subnet-e9da2333", "key_name": "prod-deploy-key" } } ] } ] }