{ "version": 4, "terraform_version": "1.5.2", "serial": 441, "lineage": "6c0634b0-bfab-6aa9-ec0f-b65c61c86294", "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-1c838c1a3a6f3fe64", "ami": "ami-77585e56", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e04eb07f"], "subnet_id": "subnet-3bb38a31", "key_name": "prod-deploy-key" } } ] } ] }