Skip to content
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

Timeouts other than default cannot be override #1313

Closed
28 of 44 tasks
Codelax opened this issue Jun 3, 2022 · 0 comments · Fixed by #1320
Closed
28 of 44 tasks

Timeouts other than default cannot be override #1313

Codelax opened this issue Jun 3, 2022 · 0 comments · Fixed by #1320
Labels

Comments

@Codelax
Copy link
Member

Codelax commented Jun 3, 2022

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform Version

Affected Resource(s)

  • scaleway_account_ssh_key
  • scaleway_apple_silicon_server
  • scaleway_baremetal_server
  • scaleway_container_namespace
  • scaleway_domain_record
  • scaleway_domain_zone
  • scaleway_function_namespace
  • scaleway_instance_ip
  • scaleway_instance_ip_reverse_dns
  • scaleway_instance_volume
  • scaleway_instance_security_group
  • scaleway_instance_security_group_rules
  • scaleway_instance_server
  • scaleway_instance_snapshot
  • scaleway_instance_placement_group
  • scaleway_instance_private_nic
  • scaleway_iot_hub
  • scaleway_iot_device
  • scaleway_iot_route
  • scaleway_iot_network
  • scaleway_k8s_cluster
  • scaleway_k8s_pool
  • scaleway_lb
  • scaleway_lb_ip
  • scaleway_lb_backend
  • scaleway_lb_certificate
  • scaleway_lb_frontend
  • scaleway_lb_route
  • scaleway_registry_namespace
  • scaleway_container
  • scaleway_rdb_acl
  • scaleway_rdb_database
  • scaleway_rdb_instance
  • scaleway_rdb_privilege
  • scaleway_rdb_user
  • scaleway_redis_cluster
  • scaleway_object_bucket
  • scaleway_vpc_public_gateway
  • scaleway_vpc_gateway_network
  • scaleway_vpc_public_gateway_dhcp
  • scaleway_vpc_public_gateway_dhcp_reservation
  • scaleway_vpc_public_gateway_ip
  • scaleway_vpc_public_gateway_pat_rule
  • scaleway_vpc_private_network

Terraform Configuration Files

resource "scaleway_lb_ip" "ip" {
  zone = "fr-par-1"
}

resource "scaleway_lb" "base" {
  ip_id  = scaleway_lb_ip.ip.id
  zone   = scaleway_lb_ip.ip.zone
  type   = "LB-S"
  timeouts {
  	create = "60m"
  }
}

Debug Output

Panic Output

Expected Behavior

Create timeout should be 60 minutes

Actual Behavior

│ Error: Unsupported argument
│ 
│   on main.tf line 19, in resource "scaleway_lb" "base":
│   19:   	create = "60m"

Steps to Reproduce

  1. terraform plan

Important Factoids

References

  • #0000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant