{ "version": 4, "terraform_version": "1.8.9", "serial": 272, "lineage": "a47d610c-49f2-a905-494c-6558a92cedc5", "outputs": { "db_endpoint": { "value": "db-1.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-ab01db55ed5ce2bc6", "ami": "ami-5795221e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ab12563e"], "subnet_id": "subnet-baa0f23b", "key_name": "prod-deploy-key" } } ] } ] }