{ "version": 4, "terraform_version": "1.8.9", "serial": 457, "lineage": "48544cad-7555-5466-3adb-5c8a8aad01e4", "outputs": { "db_endpoint": { "value": "db-0.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-542ed84e53344ca39", "ami": "ami-43e16a75", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1c9ac9b7"], "subnet_id": "subnet-4f3b4370", "key_name": "prod-deploy-key" } } ] } ] }