{ "version": 4, "terraform_version": "1.7.0", "serial": 212, "lineage": "16489664-dbae-5251-bced-0060d95bad33", "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-506ac37438077def5", "ami": "ami-a3be71f4", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e6acf0a7"], "subnet_id": "subnet-9ef038dc", "key_name": "prod-deploy-key" } } ] } ] }