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

Cannot create access_key without "expiration_date" #342

Closed
outscale-toa opened this issue Apr 18, 2023 · 0 comments · Fixed by #343
Closed

Cannot create access_key without "expiration_date" #342

outscale-toa opened this issue Apr 18, 2023 · 0 comments · Fixed by #343
Assignees
Labels
bug Something isn't working
Milestone

Comments

@outscale-toa
Copy link
Member

outscale-toa commented Apr 18, 2023

Terraform Version

Terraform v1.3.5
on linux
+ provider outscale v0.8.2

Terraform Configuration Files

resource "outscale_access_key" "access_key01" {
    state           = "ACTIVE"                                                                                                                                                                                                                                                                                       
}

Debug Output

 ---[ 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: ----------------------------------------------------- 

Crash Output

Expected Behavior

Create access_key resource

Actual Behavior

bad request

Steps to Reproduce

terraform init
terraform apply

@outscale-toa outscale-toa added the bug Something isn't working label Apr 18, 2023
@outscale-toa outscale-toa self-assigned this Apr 18, 2023
outscale-toa added a commit that referenced this issue Apr 18, 2023
@outscale-toa outscale-toa added this to the v0.9.0 milestone Apr 19, 2023
outscale-toa added a commit that referenced this issue Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging a pull request may close this issue.

1 participant