We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Terraform v1.3.5 on linux + provider outscale v0.8.2
resource "outscale_access_key" "access_key01" { state = "ACTIVE" }
---[ RESPONSE ]-------------------------------------- 2023-04-18T09:15:30.228Z [DEBUG] provider.terraform-provider-outscale: "Errors": [ 2023-04-18T09:15:30.228Z [DEBUG] provider.terraform-provider-outscale: { 2023-04-18T09:15:30.228Z [DEBUG] provider.terraform-provider-outscale: "Type": "InvalidParameterType", 2023-04-18T09:15:30.228Z [DEBUG] provider.terraform-provider-outscale: "Details": "The parameter type of ExpirationDate is unknown.", 2023-04-18T09:15:30.228Z [DEBUG] provider.terraform-provider-outscale: "Code": "3019" 2023-04-18T09:15:30.228Z [DEBUG] provider.terraform-provider-outscale: } 2023-04-18T09:15:30.228Z [DEBUG] provider.terraform-provider-outscale: ], 2023-04-18T09:15:30.228Z [DEBUG] provider.terraform-provider-outscale: "ResponseContext": { 2023-04-18T09:15:30.228Z [DEBUG] provider.terraform-provider-outscale: "RequestId": "74ed4df2-9911-44df-90d6-5301f0008591" 2023-04-18T09:15:30.228Z [DEBUG] provider.terraform-provider-outscale: } 2023-04-18T09:15:30.228Z [DEBUG] provider.terraform-provider-outscale: } 2023-04-18T09:15:30.228Z [DEBUG] provider.terraform-provider-outscale: -----------------------------------------------------
Create access_key resource
bad request
terraform init terraform apply
The text was updated successfully, but these errors were encountered:
Fix access_key creation bug
f4fc0b9
fixed #342
8e13a2c
outscale-toa
Successfully merging a pull request may close this issue.
Terraform Version
Terraform Configuration Files
Debug Output
Crash Output
Expected Behavior
Create access_key resource
Actual Behavior
bad request
Steps to Reproduce
terraform init
terraform apply
The text was updated successfully, but these errors were encountered: