{ "version": 4, "terraform_version": "1.6.2", "serial": 156, "lineage": "96bbd8c2-e832-37b7-3155-d4d49285e1ec", "outputs": { "db_endpoint": { "value": "db-2.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-428914f8753bca77b", "ami": "ami-71846232", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-02facde1"], "subnet_id": "subnet-2122f998", "key_name": "prod-deploy-key" } } ] } ] }