* website: (Re)Move markdown documentation
* make: remove website targets
* gitignore: remove website paths
* CODEOWNERS: remove website paths
* gh/ISSUE_TEMPLATE: Direct folks to unified repo for docs
* Readme: Update link to docs
* Update refs to website folder
* Re-add Readme.md with a warning and link to the unified repo
* Add some resource identity documentation
* Add `identity` to argument list
* Update website/docs/language/import/index.mdx
---------
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com>
* Update cidr in variable network
i face the following error when run terraform plan:
│ Error: expected cidr_block to contain a valid network Value, expected 10.1.0.0/16, got 10.1.2.0/16
│
│ with aws_vpc.example["dmz"],
│ on main.tf line 47, in resource "aws_vpc" "example":
│ 47: cidr_block = each.value.cidr_block
│
╵
╷
│ Error: expected cidr_block to contain a valid network Value, expected 10.1.0.0/16, got 10.1.1.0/16
│
│ with aws_vpc.example["public"],
│ on main.tf line 47, in resource "aws_vpc" "example":
│ 47: cidr_block = each.value.cidr_block
* Create update-cidrblock.yaml
* remove changelog update-cidrblock
* include help entry for -replace
* add to website docs as well
* Update internal/command/apply.go
Co-authored-by: Daniel Banck <dbanck@users.noreply.github.com>
* Update website/docs/cli/commands/apply.mdx
Co-authored-by: Daniel Banck <dbanck@users.noreply.github.com>
---------
Co-authored-by: Daniel Banck <dbanck@users.noreply.github.com>
* Added Terraform backend implementation for OCI Object Storage
* Update website/docs/language/backend/oci.mdx
updated suggestion
Co-authored-by: Sarah French <15078782+SarahFrench@users.noreply.github.com>
* Update website/docs/language/backend/oci.mdx
Added suggestion
Co-authored-by: Sarah French <15078782+SarahFrench@users.noreply.github.com>
* Update website/docs/language/backend/oci.mdx
added suggestions
Co-authored-by: Sarah French <15078782+SarahFrench@users.noreply.github.com>
* Addressed feedback for variable prefix, documentation, prepareConfig
* removed additional logs
* Removed md5hash seperate file
* Fix doc
* go.mod
* Added mandatory Unit test for oci backend
* run go mod tidy and added test for TestBackendStateLocksInWS and TestBackendStateForceUnlockInWS
* moved changelog to v1.12.0
* Addressed feedback_April_16 removed global log, Added tests and codeowner
* mod file
* Update CODEOWNERS
Co-authored-by: Radek Simko <radeksimko@users.noreply.github.com>
* Addressed feedbach april 17th
* mock env var and unset region for InstancePrincipal
* syncdeps fix
* goimports fix
* Update internal/backend/remote-state/oci/backend_test.go
Co-authored-by: Radek Simko <radeksimko@users.noreply.github.com>
---------
Co-authored-by: Sarah French <15078782+SarahFrench@users.noreply.github.com>
Co-authored-by: Radek Simko <radeksimko@users.noreply.github.com>
* Update URLs from www.terraform.io to developer.hashicorp.com
* More updates to URLs linking to documentation in documentation and user-facing warnings/errors
* More updates to URLs linking to documentation, in docs, code, test fixtures
* Replace www.terraform.io/community with link to Community Forum
* Apply suggestions from code review
Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com>
---------
Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com>