{ "version": 4, "terraform_version": "1.8.7", "serial": 443, "lineage": "132ca60f-0ddd-08c0-9056-78b10ed698dc", "outputs": { "db_endpoint": { "value": "db-1.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-6831f9c82c4c8eabf", "ami": "ami-4167f160", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-eb76baa8"], "subnet_id": "subnet-c62fe874", "key_name": "prod-deploy-key" } } ] } ] }