-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ElastiCache cluster does not document ARN output field #15267
Comments
Hi @kalyansundar. Unfortunately, the field is not in the documentation. The field is named resource "aws_elasticache_cluster" "example" {
...
} use |
hi @gdavison I am getting the following error message Step-1Actual my code is given below
switched into terraform console
Step-2And then i have tried by general way
|
Hi, @gdavison is talking about aws_elasticache_cluster and @kalyansundar about aws_elasticache_replication_group. So,
I will try to fix this in next days. Bye! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
HI,
I uable to get a elastic cache arn value after created the resource. Could you please give some suggestion to get that value ?
I have tried with data and output blocks, and using the pycharm with terraform support plugin
The text was updated successfully, but these errors were encountered: