{ "version": 4, "terraform_version": "1.8.6", "serial": 126, "lineage": "593aaf01-eb46-622d-c2b3-d89de38f445b", "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-ffbcdcb4cb83603ec", "ami": "ami-1867f991", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2160d1b5"], "subnet_id": "subnet-9dd27d02", "key_name": "prod-deploy-key" } } ] } ] }