{ "version": 4, "terraform_version": "1.6.1", "serial": 390, "lineage": "e97adb14-a08e-8fe5-2a71-bd75dcef47cf", "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-9625d7c294258096a", "ami": "ami-cb5b9975", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-64f29868"], "subnet_id": "subnet-4b94cf34", "key_name": "prod-deploy-key" } } ] } ] }