{ "version": 4, "terraform_version": "1.7.4", "serial": 147, "lineage": "e437d978-6a0d-6661-bf6d-b1fc5f1d25d0", "outputs": { "db_endpoint": { "value": "db-0.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-d326b21180e3030a0", "ami": "ami-0b7d3189", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-97ffef4f"], "subnet_id": "subnet-fe646605", "key_name": "prod-deploy-key" } } ] } ] }