terraform/builtin/providers/aws
Hector Castro f869a077a2 Fix output of aws_db_instance port via endpoint
When trying to output the `endpoint` attribute of an `aws_db_instance`,
the port was not being emitted properly. Converting the port number from
an integer to a string has resolved the issue.
2014-08-01 17:13:26 -04:00
..
config.go Add AWS region validation 2014-07-30 00:22:37 +02:00
resource_aws_autoscaling_group.go providers/aws: fix spelling of desired_capacity 2014-07-29 10:43:18 -04:00
resource_aws_autoscaling_group_test.go providers/aws: fix spelling of desired_capacity 2014-07-29 10:43:18 -04:00
resource_aws_db_instance.go Fix output of aws_db_instance port via endpoint 2014-08-01 17:13:26 -04:00
resource_aws_db_instance_test.go providers/aws: db instance wait for destroy, allow destroy config 2014-07-31 15:22:14 -04:00
resource_aws_db_security_group.go providers/aws: remove logging 2014-07-23 09:16:23 -04:00
resource_aws_db_security_group_test.go providers/aws: db sec group 2014-07-22 22:23:09 -04:00
resource_aws_eip.go provider/aws: Fixing EIP in EC2-VPC 2014-07-28 12:05:00 -04:00
resource_aws_eip_test.go provider/aws: Fixing EIP in EC2-VPC 2014-07-28 12:05:00 -04:00
resource_aws_elb.go providers/aws: add test for health check, save health check state 2014-07-30 10:15:22 -04:00
resource_aws_elb_test.go providers/aws: add test for health check, save health check state 2014-07-30 10:15:22 -04:00
resource_aws_instance.go Allow specifying the AWS availability zone on creation 2014-07-31 13:52:03 -04:00
resource_aws_instance_test.go providers/aws: add tests for instance availability zone 2014-07-31 20:35:31 -04:00
resource_aws_internet_gateway.go providers/aws: return proper internet gateway when attach fails 2014-07-13 11:16:59 -07:00
resource_aws_internet_gateway_test.go providers/aws: subnet tests 2014-07-10 15:10:05 -07:00
resource_aws_launch_configuration.go Add user_data to aws_launch_configuration 2014-07-30 07:30:24 +10:00
resource_aws_launch_configuration_test.go go fmt 2014-07-29 19:09:55 -04:00
resource_aws_route53_record.go provider/aws: Adding route53 records support 2014-07-22 23:08:41 -04:00
resource_aws_route53_record_test.go provider/aws: Adding route53 records support 2014-07-22 23:08:41 -04:00
resource_aws_route53_zone.go provider/aws: route53 zone detects deletion 2014-07-26 21:24:20 -04:00
resource_aws_route53_zone_test.go provider/aws: Support for Route53 zones 2014-07-22 17:55:19 -04:00
resource_aws_route_table.go providers/aws: fix issue where default route was being added 2014-07-12 17:12:41 -07:00
resource_aws_route_table_association.go providers/aws: route table association tests 2014-07-11 13:10:09 -07:00
resource_aws_route_table_association_test.go provider/aws: fixing tests 2014-07-28 13:27:55 -04:00
resource_aws_route_table_test.go providers/aws/aws_route_table: can set routes on instance_id 2014-07-17 09:21:55 -07:00
resource_aws_s3_bucket.go provider/aws: Adding support for aws_s3_bucket 2014-07-21 14:34:50 -04:00
resource_aws_s3_bucket_test.go provider/aws: Adding support for aws_s3_bucket 2014-07-21 14:34:50 -04:00
resource_aws_security_group.go providers/aws: require description in security groups. fixes #123 2014-07-30 17:15:51 -04:00
resource_aws_security_group_test.go providers/aws: add failing test for reorder ingress rules bug 2014-07-29 15:03:51 -04:00
resource_aws_subnet.go providers/aws: route table association tests 2014-07-11 13:10:09 -07:00
resource_aws_subnet_test.go providers/aws: subnet tests 2014-07-10 15:10:05 -07:00
resource_aws_vpc.go providers/aws/aws_vpc: fix error message referencing ELB 2014-07-17 09:46:31 -07:00
resource_aws_vpc_test.go helper/resource: stdlib to check resource attribute 2014-07-10 14:00:20 -07:00
resource_provider.go provider/aws: Improve validation of configs 2014-07-23 15:14:35 -04:00
resource_provider_test.go providers/aws: add failing test for aws region validation 2014-07-29 19:09:17 -04:00
resources.go providers/aws: remove security_group_update 2014-07-28 13:13:29 -04:00
structure.go providers/aws: add test for health check, save health check state 2014-07-30 10:15:22 -04:00
structure_test.go providers/aws: add test for health check, save health check state 2014-07-30 10:15:22 -04:00