terraform/builtin/providers/aws
Jack Pearkes 33a7d32f40 Merge pull request #172 from deoxxa/add-vpc-dns-attributes
add vpc dns attribute support
2014-08-20 11:14:07 -07:00
..
config.go Add AWS region validation 2014-07-30 00:22:37 +02:00
provider.go providers/aws: resource_aws_security_group using helper/schema 2014-08-20 10:40:18 -07:00
provider_test.go providers/aws: create an empty schema.Provider 2014-08-19 15:40:48 -07:00
resource_aws_autoscaling_group.go Allow 'load_balancers.*' to pass resource_aws_autoscaling_group_validation 2014-08-19 19:53:12 -07:00
resource_aws_autoscaling_group_test.go providers/aws: tests and document adding load balancers to autoscaling 2014-08-20 10:42:14 -07: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: fix RDB test syntax error 2014-08-11 09:58:53 -07: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 providers/aws: cleaner detection of VPC [GH-122] 2014-08-19 17:22:25 -07: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 Merge pull request #166 from alekstorm/aws-elb-subnets-security-groups 2014-08-19 09:40:30 -07: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 Fixed a ton of typos in docs and comments 2014-08-07 00:19:56 -07: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: resource_aws_security_group using helper/schema 2014-08-20 10:40:18 -07: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 add vpc dns attribute support 2014-08-09 22:43:00 +10:00
resource_aws_vpc_test.go helper/resource: stdlib to check resource attribute 2014-07-10 14:00:20 -07:00
resource_provider.go providers/aws: resource_aws_eip is in new framework 2014-08-19 16:56:23 -07:00
resource_provider_test.go providers/aws: create an empty schema.Provider 2014-08-19 15:40:48 -07:00
resources.go Merge pull request #172 from deoxxa/add-vpc-dns-attributes 2014-08-20 11:14:07 -07:00
structure.go Implement specification of AWS security groups in ingress rules as <owner>/<id> 2014-08-08 11:51:18 -07:00
structure_test.go Implement specification of AWS security groups in ingress rules as <owner>/<id> 2014-08-08 11:51:18 -07:00