{ "version": 4, "terraform_version": "1.8.6", "serial": 274, "lineage": "b853ed40-db3e-772e-350d-1b48a3a1eed5", "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-b34e0d536ee3851fc", "ami": "ami-e7ebf6ca", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-1bb89a2d"], "subnet_id": "subnet-5ac471dc", "key_name": "prod-deploy-key" } } ] } ] }