{ "version": 4, "terraform_version": "1.8.9", "serial": 175, "lineage": "c6c960f8-72a3-d38d-464c-978382a0f29b", "outputs": { "db_endpoint": { "value": "db-4.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-59f49a26d40b9fc7e", "ami": "ami-f968501d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b6c57dd2"], "subnet_id": "subnet-e435a8ac", "key_name": "prod-deploy-key" } } ] } ] }