{ "version": 4, "terraform_version": "1.5.7", "serial": 245, "lineage": "359d1393-9863-4939-670f-e154f1bff739", "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-0297123df2bdeb716", "ami": "ami-98dbcd7f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ecfd2be6"], "subnet_id": "subnet-a3816c0c", "key_name": "prod-deploy-key" } } ] } ] }