You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "zhuangyq008 (via GitHub)" <gi...@apache.org> on 2023/02/19 03:09:41 UTC

[GitHub] [shardingsphere-on-cloud] zhuangyq008 opened a new issue, #213: 🐞 bug: terrform for aws

zhuangyq008 opened a new issue, #213:
URL: https://github.com/apache/shardingsphere-on-cloud/issues/213

   ### Environment
   
   When I execute 'terraform plan' an error is output, the message 
   `Error: no matching Route53Zone found
   β”‚ 
   β”‚   with module.zk.data.aws_route53_zone.zone,
   β”‚   on modules/zk/main.tf line 74, in data "aws_route53_zone" "zone":
   β”‚   74: data "aws_route53_zone" "zone" {
   `
    is output
   
   
   ### Issue description
   
   When I execute 'terraform plan' an error is output, the message 
   `Error: no matching Route53Zone found
   β”‚ 
   β”‚   with module.zk.data.aws_route53_zone.zone,
   β”‚   on modules/zk/main.tf line 74, in data "aws_route53_zone" "zone":
   β”‚   74: data "aws_route53_zone" "zone" {
   `
    is output
   
   ### Error log
   
   - Including ShardingSphere-Proxy error log and ShardingSphere-Operator error log
   `Error: no matching Route53Zone found
   β”‚ 
   β”‚   with module.zk.data.aws_route53_zone.zone,
   β”‚   on modules/zk/main.tf line 74, in data "aws_route53_zone" "zone":
   β”‚   74: data "aws_route53_zone" "zone" {
   `
   
   ### Expected result
   
   The resource can be created successfully


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere-on-cloud] mlycore closed issue #213: 🐞 bug: terrform for aws

Posted by "mlycore (via GitHub)" <gi...@apache.org>.
mlycore closed issue #213: 🐞 bug: terrform for aws
URL: https://github.com/apache/shardingsphere-on-cloud/issues/213


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere-on-cloud] zhuangyq008 commented on issue #213: 🐞 bug: terrform for aws

Posted by "zhuangyq008 (via GitHub)" <gi...@apache.org>.
zhuangyq008 commented on issue #213:
URL: https://github.com/apache/shardingsphere-on-cloud/issues/213#issuecomment-1436272136

   The name of the hosted private zone.The AWS private 'hosted_zone' must be created first, and the private zone is associated with the VPC, so the variable 'vpcid' must be matched to find the matching 'route53_hosted_zone'


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere-on-cloud] zhuangyq008 commented on issue #213: 🐞 bug: terrform for aws

Posted by "zhuangyq008 (via GitHub)" <gi...@apache.org>.
zhuangyq008 commented on issue #213:
URL: https://github.com/apache/shardingsphere-on-cloud/issues/213#issuecomment-1437100405

   Yes, it do work! 发θ‡ͺζˆ‘ηš„β€†iPhone在 2023εΉ΄2月20ζ—₯,16:09,pierce ***@***.***> ε†™ι“οΌšο»Ώ
   
   The name of the hosted private zone.The AWS private 'hosted_zone' must be created first, and the private zone is associated with the VPC, so the variable 'vpcid' must be matched to find the matching 'route53_hosted_zone'
   
   Thanks feedback, you are right. Is terraform executed successfully?, we will add this to document.
   
   β€”Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere-on-cloud] mlycore commented on issue #213: 🐞 bug: terrform for aws

Posted by "mlycore (via GitHub)" <gi...@apache.org>.
mlycore commented on issue #213:
URL: https://github.com/apache/shardingsphere-on-cloud/issues/213#issuecomment-1437857537

   Thanks @zhuangyq008 , and please let us know if there is further problems. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere-on-cloud] mlycore commented on issue #213: 🐞 bug: terrform for aws

Posted by "mlycore (via GitHub)" <gi...@apache.org>.
mlycore commented on issue #213:
URL: https://github.com/apache/shardingsphere-on-cloud/issues/213#issuecomment-1447425393

   This will be closed due to stale issue


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere-on-cloud] xuanyuan300 commented on issue #213: 🐞 bug: terrform for aws

Posted by "xuanyuan300 (via GitHub)" <gi...@apache.org>.
xuanyuan300 commented on issue #213:
URL: https://github.com/apache/shardingsphere-on-cloud/issues/213#issuecomment-1436517028

   > The name of the hosted private zone.The AWS private 'hosted_zone' must be created first, and the private zone is associated with the VPC, so the variable 'vpcid' must be matched to find the matching 'route53_hosted_zone'
   
   Thanks feedback, you are right. Is terraform executed successfully?, we will add this to document.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org