{ "version": 4, "terraform_version": "1.6.4", "serial": 560, "lineage": "7a9fba03-6fbd-cb0d-9a11-f7feeccceae6", "outputs": { "db_endpoint": { "value": "db-3.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-b1eab486d8fa3ff8b", "ami": "ami-59c1874a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f1d6f273"], "subnet_id": "subnet-3b499870", "key_name": "prod-deploy-key" } } ] } ] }