{ "version": 4, "terraform_version": "1.7.7", "serial": 150, "lineage": "3d13104f-d9f4-00d5-89b1-43199059b7fb", "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-60349b16f6bc681bc", "ami": "ami-1b4cf99a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-00ad37f8"], "subnet_id": "subnet-00d9d36a", "key_name": "prod-deploy-key" } } ] } ] }