{ "version": 4, "terraform_version": "1.7.1", "serial": 285, "lineage": "e7e2f65f-041f-7425-ee8f-3d550e214ed8", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-6b00eba03d28a6dac", "ami": "ami-7105e9d5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-02157b8f"], "subnet_id": "subnet-783b98c0", "key_name": "prod-deploy-key" } } ] } ] }