{ "version": 4, "terraform_version": "1.7.8", "serial": 576, "lineage": "a1979bd9-cc92-cbc8-a4ae-0cddb269dced", "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-1f8102c2402b8f49f", "ami": "ami-9a53c5ee", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ca704f2d"], "subnet_id": "subnet-443156d9", "key_name": "prod-deploy-key" } } ] } ] }