{ "version": 4, "terraform_version": "1.8.4", "serial": 134, "lineage": "be3a40c6-de1f-b436-d1bf-9118114cbda5", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-c152e04e932b1bca2", "ami": "ami-8ba6520d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-75d52f0d"], "subnet_id": "subnet-2c201c32", "key_name": "prod-deploy-key" } } ] } ] }