{ "version": 4, "terraform_version": "1.5.1", "serial": 216, "lineage": "72fbc606-091e-1675-0c0b-fabeb5525f22", "outputs": { "db_endpoint": { "value": "db-3.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-7fdb4a4c58ca3acb7", "ami": "ami-c5903a81", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6f1a4a51"], "subnet_id": "subnet-4373bb2a", "key_name": "prod-deploy-key" } } ] } ] }