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.8.3
Please list the resources as a list, for example:
terraform { required_providers { bitbucket = { source = "DrFaust92/bitbucket" version = "2.42.0" } } } provider "bitbucket" { oauth_client_id = Key oauth_client_secret = Secret } resource "bitbucket_repository" "infrastructure" { owner = "username1" name = "terraform-code" }
https://gist.github.com/frodrigues404/723faac209bca302d65cd6b3b20a8dcc
Create repository
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0xca4313]
terraform init
terraform apply
Tried to run in different machines, with Linux and Windows, had the same issue. Also tried different versions.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Terraform Version
Terraform v1.8.3
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Debug Output
https://gist.github.com/frodrigues404/723faac209bca302d65cd6b3b20a8dcc
Expected Behavior
Create repository
Actual Behavior
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0xca4313]
Steps to Reproduce
terraform init
terraform apply
Important Factoids
Tried to run in different machines, with Linux and Windows, had the same issue. Also tried different versions.
The text was updated successfully, but these errors were encountered: