{ "version": 4, "terraform_version": "1.5.3", "serial": 111, "lineage": "ec02877b-be55-2eeb-5012-9ffa74b72048", "outputs": { "db_endpoint": { "value": "db-4.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-6e3ab604b71aa9aa5", "ami": "ami-7d89b7c1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9299f6a3"], "subnet_id": "subnet-c3e17ee4", "key_name": "prod-deploy-key" } } ] } ] }