{ "version": 4, "terraform_version": "1.7.1", "serial": 194, "lineage": "cef9b324-e10e-135c-3169-397748304863", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.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-39b8faa1ef5df22fc", "ami": "ami-5a11448a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-afc32b56"], "subnet_id": "subnet-9c47545d", "key_name": "prod-deploy-key" } } ] } ] }