{ "version": 4, "terraform_version": "1.8.2", "serial": 438, "lineage": "37ee90b7-20ff-0921-1fbd-da3b00b0fafe", "outputs": { "db_endpoint": { "value": "db-2.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-9a5b35183853c7e96", "ami": "ami-3f4fc9ca", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7d2b943e"], "subnet_id": "subnet-246b2e1e", "key_name": "prod-deploy-key" } } ] } ] }