{ "version": 4, "terraform_version": "1.7.7", "serial": 308, "lineage": "31761055-35b5-0c09-84cd-b4a86b5c4d4d", "outputs": { "db_endpoint": { "value": "db-0.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-906e34ea593a15b64", "ami": "ami-23f48562", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3d23c417"], "subnet_id": "subnet-67173031", "key_name": "prod-deploy-key" } } ] } ] }