{ "version": 4, "terraform_version": "1.8.1", "serial": 252, "lineage": "7492eb41-4b5d-4b31-6d94-b11342d007c2", "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-6513d490000c9d68c", "ami": "ami-c2b445a5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-73f10a53"], "subnet_id": "subnet-f6297275", "key_name": "prod-deploy-key" } } ] } ] }