{ "version": 4, "terraform_version": "1.6.2", "serial": 150, "lineage": "ef1ce0d7-1a57-d0e1-43fe-a1d1f626cb91", "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-430e61af0e40f7134", "ami": "ami-d2b40d7f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-58a63e02"], "subnet_id": "subnet-2210d35b", "key_name": "prod-deploy-key" } } ] } ] }