{ "version": 4, "terraform_version": "1.7.1", "serial": 126, "lineage": "c711bde9-b58b-a467-9655-8851c87e110b", "outputs": { "db_endpoint": { "value": "db-3.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-9b49f3782c4df217f", "ami": "ami-ccc6231b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5c52b302"], "subnet_id": "subnet-7461cfbb", "key_name": "prod-deploy-key" } } ] } ] }