{ "version": 4, "terraform_version": "1.5.0", "serial": 112, "lineage": "a7278b44-1d06-f0d7-5b95-b1469eb22dae", "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-2374f3cad8ea58cc8", "ami": "ami-c4a325f9", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f0725a15"], "subnet_id": "subnet-e8606714", "key_name": "prod-deploy-key" } } ] } ] }