terraform/builtin/providers
Paul Stack 3b2c4ee2ed provider/aws: Remove hardcoded https from the ecr repository (#11307)
* provider/aws: Remove hardcoded https from the ecr repository

When the ECR resource was created, we hardcoded the repository URL to
start with https://

This was a mistake as all interaction with the repository now must
include a replace function for the https:// to "" for this to be usable

We need to note this change in the backward incompatibilities

```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSEcrRepository_'                                                      ✭
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/01/20 14:37:36 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSEcrRepository_ -timeout 120m
=== RUN   TestAccAWSEcrRepository_importBasic
--- PASS: TestAccAWSEcrRepository_importBasic (20.46s)
=== RUN   TestAccAWSEcrRepository_basic
--- PASS: TestAccAWSEcrRepository_basic (18.77s)
PASS
ok  	github.com/hashicorp/terraform/builtin/providers/aws	39.251s
```

* Update ecr_repository.html.markdown
2017-01-20 17:34:52 +00:00
..
alicloud update alicloud provider (#11235) 2017-01-19 14:08:56 +00:00
archive
atlas
aws provider/aws: Remove hardcoded https from the ecr repository (#11307) 2017-01-20 17:34:52 +00:00
azure
azurerm provider/azurerm: use configured environment for storage clients (#11159) 2017-01-17 16:28:24 +00:00
bitbucket
chef
clc
cloudflare Use a better format in error output 2017-01-13 15:43:47 -05:00
cloudstack
cobbler
consul
datadog Fix fmt.Errorf() formatting 2017-01-13 18:19:35 -05:00
digitalocean provider/digitalocean: Fix failing acceptance test 2017-01-10 10:00:04 -05:00
dme
dnsimple
docker provider/docker: Add support for a list of pull_triggers within the docker_image resource. (#10845) 2017-01-03 16:10:39 +00:00
dyn
external
fastly Add request_condition to backend definistion (#11238) 2017-01-18 13:43:09 +00:00
github
google removes region param from google_compute_backend_service (#10903) 2017-01-18 23:10:43 +00:00
grafana
heroku
icinga2
ignition provider/ignition: allowing empty systemd.content when a dropin is provided (#11216) 2017-01-17 11:49:45 +00:00
influxdb
librato
logentries
mailgun
mysql
newrelic
nomad
null
openstack provider/openstack: Fix Instance Metadata Deletion (#11252) 2017-01-18 11:50:59 +00:00
opsgenie New Provider: OpsGenie (#11012) 2017-01-05 19:25:04 +00:00
packet
pagerduty
postgresql Follow up to #11161 to fix `connection_limit` updates to a ROLE. 2017-01-11 16:24:00 -08:00
powerdns
profitbricks Terraform ProfitBricks Builder (#7943) 2017-01-18 14:43:09 +00:00
rabbitmq
rancher Add 'finishing-upgrade' state to rancher stack (#11019) 2017-01-04 09:16:04 +00:00
random
rundeck
scaleway provider/scaleway: fix provider configuration (#11234) 2017-01-17 12:50:10 +00:00
softlayer
statuscake Merge branch 'statuscake_adding_contact_group' of https://github.com/ldjohnson/terraform into ldjohnson-statuscake_adding_contact_group 2017-01-17 16:11:23 +00:00
template
terraform
test
tls
triton
ultradns
vault provider/vault: Remove user input for optional vault provider fields (#11082) 2017-01-17 12:06:55 +00:00
vcd
vsphere vSphere Provider: If we only have one networkInterface, deviceID should (#8276) 2017-01-20 14:11:24 +00:00