{ "version": 4, "terraform_version": "1.8.0", "serial": 596, "lineage": "a2249e75-9766-9341-9e1e-0e3e6f41f0c8", "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-573c23633d3b5d5ab", "ami": "ami-bb598bc7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2f74ae46"], "subnet_id": "subnet-4d9ff5e7", "key_name": "prod-deploy-key" } } ] } ] }