{ "version": 4, "terraform_version": "1.7.6", "serial": 139, "lineage": "272c1d8e-fed0-5ba8-04a5-8ba02a10e6c1", "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-a17f1f6878ac7f8b2", "ami": "ami-1c830427", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2722fcab"], "subnet_id": "subnet-b87430d0", "key_name": "prod-deploy-key" } } ] } ] }