{ "version": 4, "terraform_version": "1.5.0", "serial": 136, "lineage": "54a5e02e-c80f-f660-dff1-d88c27c11ddd", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-d87f1016d611d1d8f", "ami": "ami-0766a75f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-dc9e7b41"], "subnet_id": "subnet-568354ce", "key_name": "prod-deploy-key" } } ] } ] }