{ "version": 4, "terraform_version": "1.7.3", "serial": 379, "lineage": "38217a05-2217-6014-5fc5-7aa3cc0638d6", "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-bf0ca72a3b9f66bb0", "ami": "ami-d100deba", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-13a9c9af"], "subnet_id": "subnet-851090c6", "key_name": "prod-deploy-key" } } ] } ] }