{ "version": 4, "terraform_version": "1.6.1", "serial": 184, "lineage": "3749a7a5-564f-3b7f-18e1-44c8cfd81484", "outputs": { "db_endpoint": { "value": "db-1.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-4db128d2966e84a85", "ami": "ami-5b34953f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-06d685da"], "subnet_id": "subnet-76a1d007", "key_name": "prod-deploy-key" } } ] } ] }