{ "version": 4, "terraform_version": "1.6.5", "serial": 468, "lineage": "34c6b097-5c5b-6427-8da7-ae65acc249fc", "outputs": { "db_endpoint": { "value": "db-3.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-7534f1af9bcd29f1a", "ami": "ami-aee43eee", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-161818fd"], "subnet_id": "subnet-cc037f34", "key_name": "prod-deploy-key" } } ] } ] }