terraform { required_providers { {{ tf_provider['name'] }} = { source = "{{ tf_provider['source'] }}" version = "{{ tf_provider['version'] }}" } } }