{ "version": 4, "terraform_version": "1.7.2", "serial": 213, "lineage": "ef222a18-3120-2c1f-a6d8-3b89ac16620a", "outputs": { "db_endpoint": { "value": "db-4.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-54bc7024bf245765c", "ami": "ami-179913f0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-745527cc"], "subnet_id": "subnet-23dfc183", "key_name": "prod-deploy-key" } } ] } ] }