{ "version": 4, "terraform_version": "1.8.9", "serial": 128, "lineage": "76ba1c68-86e1-6bc7-24c4-c4b473549c44", "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-7ea73347ed89380d1", "ami": "ami-9237f386", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3fb76efd"], "subnet_id": "subnet-eb17592d", "key_name": "prod-deploy-key" } } ] } ] }