{ "version": 4, "terraform_version": "1.6.2", "serial": 123, "lineage": "a3d4888c-8d4f-7e37-8439-cbc046b209db", "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-fb08c4446f10147a7", "ami": "ami-90a56ab5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-10e150d4"], "subnet_id": "subnet-15149c24", "key_name": "prod-deploy-key" } } ] } ] }