{ "version": 4, "terraform_version": "1.8.1", "serial": 419, "lineage": "9e920707-8096-3d09-87df-6e200410fa37", "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-8d27e4c44ea49f851", "ami": "ami-0b2f39a0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fe5e7d7e"], "subnet_id": "subnet-70ebac36", "key_name": "prod-deploy-key" } } ] } ] }