{ "version": 4, "terraform_version": "1.7.7", "serial": 297, "lineage": "f6da539a-b473-b253-fd68-5a3899d8bdb0", "outputs": { "db_endpoint": { "value": "db-1.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-bf1893f0ca2cc8632", "ami": "ami-89c76d88", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-13ce009c"], "subnet_id": "subnet-5f4d0ab8", "key_name": "prod-deploy-key" } } ] } ] }