{ "version": 4, "terraform_version": "1.7.9", "serial": 380, "lineage": "921fab7b-79f8-9ada-2859-5d7daf4c7341", "outputs": { "db_endpoint": { "value": "db-0.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-98c404f965b956534", "ami": "ami-e699a80d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-7e4bc6c2"], "subnet_id": "subnet-aed6b92b", "key_name": "prod-deploy-key" } } ] } ] }