{ "version": 4, "terraform_version": "1.7.2", "serial": 112, "lineage": "190ea7c7-6ced-7a68-4ad5-331bc83e3c33", "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-964041ed2e36a851e", "ami": "ami-ed257cb4", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e1b5d6c8"], "subnet_id": "subnet-6649e19f", "key_name": "prod-deploy-key" } } ] } ] }