{ "version": 4, "terraform_version": "1.8.5", "serial": 196, "lineage": "b28be865-8fc8-53e0-c774-80a0d43a12b2", "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-582961f00032182d4", "ami": "ami-32ec0de8", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-349ff2d1"], "subnet_id": "subnet-6ddadae2", "key_name": "prod-deploy-key" } } ] } ] }