{ "version": 4, "terraform_version": "1.7.3", "serial": 583, "lineage": "3f504a70-0038-0fef-a202-04ad884070b5", "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-903bcd0a020d215ab", "ami": "ami-f3aeec5e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f6358370"], "subnet_id": "subnet-3f157fa4", "key_name": "prod-deploy-key" } } ] } ] }