bumpy-tomato-36167
07/11/2025, 6:33 PMcluster-member
ie.
data "rancher2_role_template" "cluster_member" {
name = "cluster-member"
context = "cluster"
and even though I very much see in the UI this role named cluster-member
apiVersion: <http://management.cattle.io/v3|management.cattle.io/v3>
builtin: true
context: cluster
description: ''
displayName: Cluster Member
external: false
hidden: false
kind: RoleTemplate
metadata:
annotations:
<http://cleanup.cattle.io/rtUpgradeCluster|cleanup.cattle.io/rtUpgradeCluster>: 'true'
<http://lifecycle.cattle.io/create.mgmt-auth-roletemplate-lifecycle|lifecycle.cattle.io/create.mgmt-auth-roletemplate-lifecycle>: 'true'
<<SNIP>>
name: cluster-member
terraform is reporting Error: [ERROR] role template with name "cluster-member" not found
has anyone else seen this or have any tips on how I can correctly look up this role in terraform?
Thread in Slack Conversationbumpy-tomato-36167
07/11/2025, 6:35 PMbumpy-tomato-36167
07/11/2025, 6:38 PM