[ajf@host1 ~]$ gcloud auth login
You are now logged in as [andre...@xxxxx.com].
Your current project is [rugged-pilot-354].
You can change this setting by running: $ gcloud config set project <project>
----So I try to create a dns zone ----
[ajf@host1 ~]$ gcloud dns
managed-zone create --dns_name="host1.com."
--description=" zone for host1.com"
"host1.com"
Creating {'dnsName': 'host1.com.', 'name': 'host1.com',
'description': ' zone for host1.com'} in
rugged-pilot-354
Do you want to continue (Y/n)? y
-------then I get this error------
ERROR: (gcloud.dns.managed-zone.create) ResponseError: status=404, code=Not Found, reason(s)=notFound
message=The 'parameters.project' resource named 'rugged-pilot-354' does not exist
------when i run gcloud config list - It seems I have the right project------
[ajf@host1 ~]$ gcloud config list
[core]
account = andr...@xxxx.com
disable_usage_reporting = False
project = rugged-pilot-354
user_output_enabled = True
[ajf@host1~]$
--- Any Suggestions ?------
Thanks,
Andy Francis