{ "version": 4, "terraform_version": "1.7.2", "serial": 167, "lineage": "980e4c46-7612-a2ba-6459-409f81495e1b", "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-54e33730479ad26a3", "ami": "ami-723606ed", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1bc0ca58"], "subnet_id": "subnet-06a46bb1", "key_name": "prod-deploy-key" } } ] } ] }