{ "version": 4, "terraform_version": "1.7.8", "serial": 552, "lineage": "daa07569-3f08-a64c-760b-8e75f8f2d7a2", "outputs": { "db_endpoint": { "value": "db-2.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-21a75fcf647d6872a", "ami": "ami-6d1337bf", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1208ac6d"], "subnet_id": "subnet-f04c4e04", "key_name": "prod-deploy-key" } } ] } ] }