{ "version": 4, "terraform_version": "1.6.7", "serial": 439, "lineage": "79528b7f-2911-a544-d650-5428225d59be", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-73e7894dd69aa37a5", "ami": "ami-06ce6ec2", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-1f9bc859"], "subnet_id": "subnet-3cde997d", "key_name": "prod-deploy-key" } } ] } ] }