{ "version": 4, "terraform_version": "1.6.1", "serial": 110, "lineage": "44db7b60-b37a-5ae4-380f-d5b1038112fd", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.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-cd85b0bc5ab167e76", "ami": "ami-20aee0e5", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e4762992"], "subnet_id": "subnet-2dc82c2f", "key_name": "prod-deploy-key" } } ] } ] }