{ "version": 4, "terraform_version": "1.8.3", "serial": 200, "lineage": "2ac0041d-c9cf-532e-937f-9d1eed77bfb5", "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-bb8de58a8f6b96f32", "ami": "ami-1fb48b0a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9f0ad82f"], "subnet_id": "subnet-d256d3f8", "key_name": "prod-deploy-key" } } ] } ] }