-
Notifications
You must be signed in to change notification settings - Fork 69
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
Error: Invalid count argument #52
Comments
Ah my VPC example module strikes again! The VPC set-up is not part of the module and is just as an example only - the problem is that it no longer works properly and it needs to update it - but you could also just use an existing VPC or one created manually by inserting the correct identifiers. Having said that, you can probably workaround this error by running the first targetted command first:
and then do a regular I really must remove the VPC example or update it :) |
Thanks for your quick response. Please don't remove it. Update it instead. I couldn't make it work. Check the attachment. I really love to try out your amazing solution as I am developing low-cost eLearning and web apps using WordPress for my college in Vietnam. |
Apologies, trying to guess your exact set-up, try this:
|
@galacoder I've just realised that @krutisfood had very kindly prepped a PR with some fixes for the VPC example module. I've merged these directly into the main branch and it will also be available in the upcoming 0.2.0 release of the module. |
Thank @petewilcock for your timely response. I did replace my vpc example module with your new merged files. Somehow, I hit another problem tho. Please check the log :( I was wondering maybe cuz I didn't input the main.tf file correctly? As I am a newbie with Terraform and AWS, I didn't really know which I should change or keep. By the way, as I am staying in Vietnam, can I switch the provider to Singapore region (ap-southeast-1) ? If you got the chance, It would be great if u could provide in the example which info I can keep and which one I ave to replace. Please advise! ` Do you want to perform these actions? Enter a value: yes module.peterdotcloud_website.random_id.rds_snapshot: Creating... null_resource.update_nameservers (local-exec): The config profile (devsangletech) could not be found ` |
A lot of issues here, one is that you don't have a local credential profile called 'devsangletech' set up. Double-check you have the provider configuration for UE1 set up as mentioned in the README. It can't find the hosted zone ID you've passed in I would check the console log for each error and see if you can resolve the referencing error it's complaining about, and then attempt to re-plan/apply. |
Hi there,
First of all, I want to thank you for creating such a great approach to serverless static wordpress. I can't wait to try it out. However, I got an error.
I tried to use your script with -> "terreform init" and it worked. However, when I tried to "terraform apply" I got an error. I am a newbie with Terreform and I don't know how to fix it. Please check the attachment and advise!
Mysetup zipfile:
wordpress-serverless-stati.zip
I am looking forward to hearing from you soon.
Best Regards,
Sang.
The text was updated successfully, but these errors were encountered: